프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Settings |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddData | void |
메소드 | 설명 | |
---|---|---|
AddData ( |
Add value of COSEM object to byte buffer. AddData method can be used with GetDataNotificationMessage -method. DLMS spesification do not specify the structure of Data-Notification body. So each manufacture can sent different data. |
|
GXDLMSNotify ( bool useLogicalNameReferencing, int clientAddress, int serverAddress, InterfaceType interfaceType ) : Gurux.DLMS.Enums |
Constructor
|
|
GenerateDataNotificationMessages ( System.DateTime time, |
Generates data notification message(s).
|
|
GenerateDataNotificationMessages ( System.DateTime time, int>.List |
Generates data notification message.
|
|
GenerateDataNotificationMessages ( System.DateTime time, byte data ) : byte[][] |
Generates data notification message(s).
|
|
GeneratePushSetupMessages ( System.DateTime date, |
Generates push setup message.
|
|
GetData ( |
Removes the HDLC frame from the packet, and returns COSEM data only.
|
|
ParsePush ( Object data ) : int>>.List |
메소드 | 설명 | |
---|---|---|
AddData ( |
Add value of COSEM object to byte buffer. AddData method can be used with GetDataNotificationMessage -method. DLMS spesification do not specify the structure of Data-Notification body. So each manufacture can sent different data. |
public AddData ( |
||
obj | COSEM object. | |
index | int | Attribute index. |
buff | Byte buffer. | |
리턴 | void |
public GXDLMSNotify ( bool useLogicalNameReferencing, int clientAddress, int serverAddress, InterfaceType interfaceType ) : Gurux.DLMS.Enums | ||
useLogicalNameReferencing | bool | Is Logical or short name referencing used. |
clientAddress | int | Client address. Default is 0x10 |
serverAddress | int | |
interfaceType | InterfaceType | Interface type. Default is general. |
리턴 | Gurux.DLMS.Enums |
public GenerateDataNotificationMessages ( System.DateTime time, |
||
time | System.DateTime | Date time. Set To Min or Max if not added |
data | Notification body. | |
리턴 | byte[][] |
public GenerateDataNotificationMessages ( System.DateTime time, int>.List |
||
time | System.DateTime | Date time. Set To Min or Max if not added |
objects | int>.List | List of objects and attribute indexes to notify. |
리턴 | byte[][] |
public GenerateDataNotificationMessages ( System.DateTime time, byte data ) : byte[][] | ||
time | System.DateTime | Date time. Set To Min or Max if not added |
data | byte | Notification body. |
리턴 | byte[][] |
public GeneratePushSetupMessages ( System.DateTime date, |
||
date | System.DateTime | Date time. Set To Min or Max if not added. |
push | Target Push object. | |
리턴 | byte[][] |
public GetData ( |
||
reply | /// The received data from the device. /// | |
data | /// Information from the received data. /// | |
리턴 | bool |