HdlcAddressLowerAddress Property

Lower address part of current HDLC address. It is not present in OneByte addressing scheme. For OneByte scheme is is ommited, for TwoByte scheme it could be 0x00 - 0x7F, for FourByte schmeme it could be 0x000 - 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 LowerAddress { get; }

Property Value

UInt16

See Also