DlmsTypeLcpOptionType Enumeration

Supported LCP option types

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public enum Type

Members

MaximumReceiveUnit1 This configuration option may be sent to inform the peer that the implementation can receive larger packets, or to request that peer send smaller packets. The default value is 1 500 octets
AsyncControlCharacterMap2 This configuration option provides a method to negotiate the use of control character transparency on asynchronous links
AuthenticationProtocol3 This configuration option provides a method to negotiate the use of a specific protocol for authentication
MagicNumber5 This configuration option provides a method to detect looped-back links and other data link layer anomalies
ProtocolFieldCompression7 This configuration option provides a method to negotiate the compression of the PPP protocol fields
AddressControlFieldCompression8 This configuration option provides a method to negotiate the compression of the data link layer address and control fields
FCSAlternatives9 This configuration option provides a method for an implementation to specify another FCS format to be sent by the peer, or to negotiate away the FCS altogether
Callback13 This configuration option provides a method for an implementation to request a dial-up peer to call back

See Also