Exemplo n.º 1
0
 void SendContinueAction(eZoomRoomCameraAction action)
 {
     SendCommand(eZoomRoomCameraState.Continue, action);
     ContinueTimer.Reset();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Builds the command and triggers the parent ZoomRoom to send it
 /// </summary>
 /// <param name="id"></param>
 /// <param name="state"></param>
 /// <param name="action"></param>
 void SendCommand(eZoomRoomCameraState state, eZoomRoomCameraAction action)
 {
     LastAction = action;
     ParentCodec.SendText(string.Format("zCommand Call CameraControl Id: {0} State: {1} Action: {2}", Id, state, action));
 }