コード例 #1
0
 public DeviceVersionCommand(TelescopeDevice targetDevice)
 {
     _targetDevice = targetDevice;
 }
コード例 #2
0
 public NexStarVersion GetNexStarVersionForDevice(TelescopeDevice device)
 {
     return(_serialPort.RunCommand(new DeviceVersionCommand(device)).TypedResult);
 }