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.
Namespace: OddPrg.Protocols.HdlcAssembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
public enum HdlcAddressingScheme
OneByte | 1 |
One byte SAP address
|
TwoByte | 2 |
One byte SAP address, one byte physical address
|
FourByte | 4 |
Two bytes SAP address, two bytes physical address
|