예제 #1
0
 public void PanTiltUpRight()
 {
     if (_factory != null && _factory.State == CommunicationState.Opened)
     {
         _proxy.PanTiltUpRight(_panTiltSpeed);
     }
 }