Пример #1
0
 public DeviceVersionCommand(TelescopeDevice targetDevice)
 {
     _targetDevice = targetDevice;
 }
 public NexStarVersion GetNexStarVersionForDevice(TelescopeDevice device)
 {
     return(_serialPort.RunCommand(new DeviceVersionCommand(device)).TypedResult);
 }