ModeSMessageCommBMessage Property |
Gets or sets the content of a 7-byte message being sent to the ground in the MB field of the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] CommBMessage { get; set; }
Public Property CommBMessage As Byte()
Get
Set
public:
property array<unsigned char>^ CommBMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member CommBMessage : byte[] with get, set
Property Value
Type:
ByteSee Also