Esempio n. 1
0
 public void IndexOfSelectedCamera(CameraListUShortInputSigDelegate callback)
 {
     for (int index = 0; index < Devices.Count; index++)
     {
         callback(Devices[index].SmartObjects[ControlJoinId].UShortInput[Joins.Numerics.IndexOfSelectedCamera], this);
     }
 }
Esempio n. 2
0
 public void PlayingCameraNumber(CameraListUShortInputSigDelegate callback)
 {
     for (int index = 0; index < Devices.Count; index++)
     {
         callback(Devices[index].SmartObjects[ControlJoinId].UShortInput[Joins.Numerics.PlayingCameraNumber], this);
     }
 }