DlmsTypexDlmsContextInfo Class

Represents a Action type of COSEM classes. This type is defined in BB 4.4.2.

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 class DlmsTypexDlmsContextInfo : DlmsTypeStructure
Inheritance
Object    DlmsType    DlmsTypeComplex    DlmsTypeStructure    DlmsTypexDlmsContextInfo

Constructors

DlmsTypexDlmsContextInfo Creates an empty object of DlmsContextInfo class.
DlmsTypexDlmsContextInfo(DlmsTypeStructure) Creates a new instance of DlmsTypexDlmsContextInfo object from a structure returned by the server (meter).

Properties

CipheringInfo In an active AA – contains the dedicated key parameter of the xDLMS initiateRequest APDU.
Conformance Contains the xDLMS conformance block supported by the server. The length of the bit-string is 24 bits.
Count Returns the count of items in the array.
(Inherited from DlmsTypeComplex)
DlmsVersionNumber Contains the DLMS version number supported by the server.
Item Default read-only indexer which returns items of the array
(Inherited from DlmsTypeComplex)
MaxReceivePduSize contains the maximum length for an xDLMS APDU, expressed in bytes that the client may send. This is the same as the server-max-receive-pdu-size parameter of the xDLMS initiateResponse APDU
MaxSendPduSize in an active AA contains the maximum length for an xDLMS APDU, expressed in bytes that the server may send. This is the same as the client-max-receive-pdu-size parameter of the xDLMS initiateRequest APDU;
QualityOfService Not used.
TypeName Returns name of the type according to BB 4.1.5.
(Inherited from DlmsTypeStructure)
ValueAsArray Returns items of this complex type as array.
(Inherited from DlmsTypeComplex)
ValueAsDateTime If it is possible returns a dat/time representation of the value.
(Inherited from DlmsType)
ValueAsDouble If it is possible returns a number representation of the value. It could be applied also for integer values.
(Inherited from DlmsType)
ValueAsString Returns comma delimited ValueAsString of items.
(Inherited from DlmsTypeComplex)
ValueIsDateTime This property should return true if ValueAsDateTime is available, otherwise it should return false.
(Inherited from DlmsType)
ValueIsMax Returns true if the value is equal to its maximal possible value which can indicate null for some meter types.
(Inherited from DlmsType)
ValueIsNumber This property should return true if ValueAsDouble is available, otherwise it should return false. It indicated if this value can be stored and treated as number.
(Inherited from DlmsType)

Methods

Add Adds next item to the end of values array.
(Inherited from DlmsTypeComplex)
ToString Returns string representation of the value. It returns ValueAsString.
(Inherited from DlmsType)

See Also