DlmsTypeCallbackData(Boolean, DlmsTypeCallbackDataOperationType, String) Constructor

Creates a new instance of DlmsTypeCallbackData 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 DlmsTypeCallbackData(
	bool active,
	DlmsTypeCallbackDataOperationType operation,
	string message
)

Parameters

active  Boolean
Indicates whether the callback option is active on this PPP link
operation  DlmsTypeCallbackDataOperationType
Indicates the contents of the Message field
message  String
Zero or more octets, its general contents are determined by the callback_operation field

See Also