DlmsFramesLength Class

Provides methods for calculating length of DLMS frames.

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 static class DlmsFramesLength
Inheritance
Object    DlmsFramesLength

Methods

GetProtectedDataLength Calculates length of protected APDU form length of unprotected APDU.
GetUnprotectedDataLength Calculates length of unprotected APDU using length of protected APDU.
LenghtOfActionReqNormal Calculates length of action-request-normal frame.
LenghtOfActionReqWithFirstPbBlock Calculates length of action-request-with-list frame.
LenghtOfActionReqWithList Calculates length of action-request-with-list frame.
LenghtOfActionReqWithListAndFirstPbBlock Calculates length of action-request-with-list-and-first-block frame.
LenghtOfActionReqWithPbBlock Calculates length of action-request-with-block frame.
LenghtOfGetReqNormal Calculates length of get-request-normal frame.
LenghtOfGetReqWithList Calculates length of get-request-with-list frame.
LenghtOfSetReqNormal Calculates length of set-request-normal frame.
LenghtOfSetReqWithDataBlock Calculates length of set-request-with-block frame.
LenghtOfSetReqWithFirstDataBlock Calculates length of set-request-with-first-block frame.
LenghtOfSetReqWithList Calculates length of set-request-with-list frame.
LenghtOfSetReqWithListAndFirstDataBlock Calculates length of set-request-with-list-and-first-block frame.
LengthOfDatablockSA Calculates length of data-block-SA.
LengthOfWriteReq Calculates length of write request frame.

See Also