SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Dlms
Type
Lcp
Option
Authentication
Protocol Enumeration
Supported authentication protocol 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#
Copy
public
enum
AuthenticationProtocol
Members
None
0
0x0000 - No authentication protocol is used
PAP
49,187
0xC023 - The PAP protocol is used
CHAP
49,699
0xC223 - The CHAP protocol is used
EAP
49,703
0xC227 - The EAP protocol is used
See Also
Reference
OddPrg.Protocols.DLMS Namespace
In This Article
Definition
Members
See Also