HdlcAddressingScheme Enumeration

HDLC addressing. Used to create destination (meter) address. The client (service) address is always one-byte The number represents the length of an address in bytes.

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 enum HdlcAddressingScheme

Members

OneByte1 One byte SAP address
TwoByte2 One byte SAP address, one byte physical address
FourByte4 Two bytes SAP address, two bytes physical address

See Also