ConnectionGenerateProtocolCommand Property

Generates a protocol command for the device, based on the protocol type.

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public Func<DeviceCommandType, DeviceDto?, Object[]?, byte[]> GenerateProtocolCommand { get; }

Property Value

FuncDeviceCommandType, DeviceDto, Object, Byte

See Also