ModeSMessageDSegmentNumber Property |
Gets or sets the content of the ND 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 Nullable<byte> DSegmentNumber { get; set; }
Public Property DSegmentNumber As Nullable(Of Byte)
Get
Set
public:
property Nullable<unsigned char> DSegmentNumber {
Nullable<unsigned char> get ();
void set (Nullable<unsigned char> value);
}
member DSegmentNumber : Nullable<byte> with get, set
Property Value
Type:
NullableByteSee Also