ModeSMessageCommDMessage Property |
Gets or sets the content of the 10-byte MD field from the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] CommDMessage { get; set; }
Public Property CommDMessage As Byte()
Get
Set
public:
property array<unsigned char>^ CommDMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CommDMessage : byte[] with get, set
Property Value
Type:
ByteSee Also