DlmsTypeAutoConnectModeMode Enumeration

Version 2, includes older versions.

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 Mode

Members

NoAutoConnect0 No auto connect; the device never connects
AutoDiallingAllowedAnytime1 Auto dialling allowed anytime, the values defined in the calling_window are ignored
AutoDiallingAllowedWithinCallingWindow2 Auto dialling allowed within the validity time of the calling_window
RegularAutoDiallingAllowedWithinCallingWindow3 Regular auto dialling allowed within the validity time of the calling_window; alarm initiated auto dialling allowed anytime
SMSSendingViaPLMN4 SMS sending via Public Land Mobile Network
SMSSendingViaPSTN5 SMS sending via PSTN
EmailSending6 Email sending
Reserved1First7 Reserved
Reserved1Last99 Reserved
PermanentlyConnected101 The device is permanently connected to the communication network
PermanentlyConnectedWithinCallingWindow102 The device is permanently connected to the communication network within the validity time of the calling window. The device is disconnected outside the calling window. No connection possible outside the calling window
PermanentlyConnectedWithinCallingWindowOrConnectMethod103 The device is permanently connected to the communication network within the validity time of the calling window. The device is disconnected outside the calling window but it connects to the communication network as soon as the connect method is invoked
UsuallyDisconnectedUntilConnectMethod104 The device is usually disconnected. It connects to the communication network as soon as the connect method is invoked
Reserved2105 Reserved
ManufacturerSpecific200 Manufacturer specific modes

See Also