Property | Type | Description | |
---|---|---|---|
Client | |||
Trace | bool |
Method | Description | |
---|---|---|
Close ( ) : void | ||
GXCommunicatation ( |
Constructor.
|
|
GetAssociationView ( ) : GXDLMSObjectCollection |
Read Association View from the meter.
|
|
InitNet ( ) : void | ||
InitSerial ( ) : void | ||
InitializeConnection ( |
||
Method ( |
Method attribute value.
|
|
Read ( |
Read attribute value.
|
|
ReadDLMSPacket ( byte data, |
Read DLMS Data from the device.
|
|
ReadDataBlock ( byte data, |
||
ReadDataBlock ( byte data, |
Read data block from the device.
|
|
ReadList ( int>.List |
Read list of attributes.
|
|
ReadRowsByEntry ( Gurux.DLMS.Objects.GXDLMSProfileGeneric it, int index, int count ) : object[] |
Read Profile Generic Columns by entry.
|
|
ReadRowsByRange ( Gurux.DLMS.Objects.GXDLMSProfileGeneric it, System.DateTime start, System.DateTime end ) : object[] |
Read Profile Generic Columns by range.
|
|
UpdateImage ( |
||
UpdateManufactureSettings ( string id ) : void | ||
Write ( |
Write attribute value.
|
|
WriteTrace ( string line ) : void |
public GXCommunicatation ( |
||
dlms | ||
media | IGXMedia | |
initializeIEC | bool | |
authentication | Authentication | |
password | string | |
return | System |
public GetAssociationView ( ) : GXDLMSObjectCollection | ||
return | GXDLMSObjectCollection |
public InitializeConnection ( |
||
man | ||
return | void |
public Method ( |
||
it | ||
attributeIndex | int | |
value | object | |
type | DataType | |
return | void |
public Read ( |
||
it | ||
attributeIndex | int | |
return | object |
public ReadDLMSPacket ( byte data, |
||
data | byte | Data to send. |
reply | ||
return | void |
public ReadDataBlock ( byte data, |
||
data | byte | |
reply | ||
return | bool |
public ReadDataBlock ( byte data, |
||
data | byte | data to send |
reply | ||
return | void |
public ReadRowsByEntry ( Gurux.DLMS.Objects.GXDLMSProfileGeneric it, int index, int count ) : object[] | ||
it | Gurux.DLMS.Objects.GXDLMSProfileGeneric | |
index | int | |
count | int | |
return | object[] |
public ReadRowsByRange ( Gurux.DLMS.Objects.GXDLMSProfileGeneric it, System.DateTime start, System.DateTime end ) : object[] | ||
it | Gurux.DLMS.Objects.GXDLMSProfileGeneric | |
start | System.DateTime | |
end | System.DateTime | |
return | object[] |
public UpdateImage ( |
||
target | ||
data | byte | |
Identification | string | |
return | void |
public UpdateManufactureSettings ( string id ) : void | ||
id | string | |
return | void |
public Write ( |
||
it | ||
attributeIndex | int | |
return | void |
public GXDLMSSecureClient,Gurux.DLMS.Secure Client | ||
return |