예제 #1
0
    public void StartCapBtnClicked()
    {
        string json = "{'Method': 'StartScreenCap','DataSetName': 'Tarmac','TestNull':''}";

        InteractInterface.InteractionInterfaceMethod(json);
    }
예제 #2
0
    public void EnableCamera()
    {
        string json = "{'Method': 'DisableCamera','DataSetName': 'Tarmac','TestNull':''}";

        InteractInterface.InteractionInterfaceMethod(json);
    }
예제 #3
0
    public void LoadBtnClicked()
    {
        string json = "{'Method': 'LoadDataSet','DataSetName': 'Tarmac','TestNull':''}";

        InteractInterface.InteractionInterfaceMethod(json);
    }
예제 #4
0
    public void SwitchCameraBtnClicked()
    {
        string json = "{'Method': 'SwitchCamera','DataSetName': 'Tarmac','TestNull':''}";

        InteractInterface.InteractionInterfaceMethod(json);
    }