DlmsTypeIpcpOption(DlmsTypeIpcpOptionType, Object) Constructor

Creates a new instance of DlmsTypeLcpOption object

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 DlmsTypeIpcpOption(
	DlmsTypeIpcpOptionType optionType,
	Object data
)

Parameters

optionType  DlmsTypeIpcpOptionType
IPCP option type
data  Object
IPCP option data Type of the date depends on IPCP option type value: IPCompressionProtocol - ushort PreferredLocalIpAddress - uint PreferredPeerIPAddresses - uint[] GrantAccessPrefPeerOnList - bool UseStaticIPPool - bool

See Also