HdlcAddressUpperAddress Property

Upper address part of current HDLC address. For OneByte/TwoByte scheme it could be 0x00 - 0x7F. For FourByte addressing scheme it could be 0x0000 - 0x3FFF.

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public ushort UpperAddress { get; }

Property Value

UInt16

See Also