DlmsTypeLcpOption(DlmsTypeLcpOptionType, 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 DlmsTypeLcpOption(
	DlmsTypeLcpOptionType optionType,
	Object data
)

Parameters

optionType  DlmsTypeLcpOptionType
LCP option type
data  Object
LCP option data Type of the date depends on LCP option type value: MaximumReceiveUnit - ushort AuthenticationProtocol - ushort AsyncControlCharacterMap - uint MagicNumber - uint ProtocolFieldCompression - bool AddressControlFieldCompression - bool FCSAlternatives - byte

See Also