ModeSMessageACASMessage Property |
Gets or sets the 7-byte information in the MV 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[] ACASMessage { get; set; }
Public Property ACASMessage As Byte()
Get
Set
public:
property array<unsigned char>^ ACASMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ACASMessage : byte[] with get, set
Property Value
Type:
ByteSee Also