ModeSMessageExtendedSquitterMessage Property |
Gets or sets the 7-byte broadcast message in the ME field of an extended squitter reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] ExtendedSquitterMessage { get; set; }
Public Property ExtendedSquitterMessage As Byte()
Get
Set
public:
property array<unsigned char>^ ExtendedSquitterMessage {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ExtendedSquitterMessage : byte[] with get, set
Property Value
Type:
ByteSee Also