Method | Description | |
---|---|---|
GetData ( |
||
GetObjectTypes ( Type>.Dictionary |
Returns object types. This can be used with serialization. |
|
GetPdu ( |
Get PDU from the packet.
|
Method | Description | |
---|---|---|
AddLLCBytes ( |
Add LLC bytes to generated message.
|
|
AppendData ( |
||
AppendMultipleSNBlocks ( |
||
CheckHdlcAddress ( bool server, |
Check that client and server address match.
|
|
CheckInit ( |
Reserved for internal use.
|
|
CheckWrapperAddress ( |
||
CreateObject ( ObjectType type, Type>.Dictionary |
||
GetActionInfo ( ObjectType objectType, int &value, int &count ) : void |
Returns action method information.
|
|
GetAvailableObjects ( Type>.Dictionary |
Get available COSEM objects.
|
|
GetDataFromBlock ( |
Get data from Block.
|
|
GetDataFromFrame ( |
Get data from HDLC or wrapper frame.
|
|
GetDescription ( ErrorCode error ) : string |
Get error description.
|
|
GetGloMessage ( Command cmd ) : byte |
Get used glo message.
|
|
GetHdlcAddressBytes ( int value, byte size ) : byte[] |
Convert HDLC address to bytes.
|
|
GetHdlcData ( bool server, |
||
GetHdlcFrame ( |
Get HDLC frame for data.
|
|
GetHhlcAddress ( int value, byte size ) : Object |
Get HDLC address.
|
|
GetInvokeIDPriority ( |
Generates Invoke ID and priority.
|
|
GetLLCBytes ( bool server, |
Check LLC bytes.
|
|
GetLNPdu ( |
Get next logical name PDU.
|
|
GetLnMessages ( |
Get all Logical name messages. Client uses this to generate messages.
|
|
GetLongInvokeIDPriority ( |
Generates Invoke ID and priority.
|
|
GetSNPdu ( |
|
|
GetServerAddress ( int address, int &logical, int &physical ) : void | ||
GetSnMessages ( |
Get all Short Name messages. Client uses this to generate messages.
|
|
GetTcpData ( |
Get data from TCP/IP frame.
|
|
GetValueFromData ( |
Get value from the data.
|
|
GetWrapperFrame ( |
Split DLMS PDU to wrapper frames.
|
|
HandleAccessResponse ( |
||
HandleActionResponseNormal ( |
||
HandleConfirmedServiceError ( |
||
HandleDataNotification ( |
||
HandleGbt ( |
Handle General block transfer message.
|
|
HandleGetResponse ( |
Handle get response and get data from block and/or update error status.
|
|
HandleMethodResponse ( |
Handle method response and get data from block and/or update error status.
|
|
HandleReadResponse ( |
Handle read response and get data from block and/or update error status.
|
|
HandleSetResponse ( |
||
HandleWriteResponse ( |
Handle write response and get data from block.
|
|
MultipleBlocks ( |
Check is all data fit to one data block.
|
|
ReadResponseDataBlockResult ( |
Handle read response data block result.
|
|
ReceiverReady ( |
Generates an acknowledgment message, with which the server is informed to send next packets.
|
public static GetData ( |
||
settings | ||
reply | ||
data | ||
return | bool |
public static GetObjectTypes ( Type>.Dictionary |
||
availableObjectTypes | Type>.Dictionary | |
return | System.Type[] |
public static GetPdu ( |
||
settings | DLMS settings. | |
data | received data. | |
return | void |