C# Class Gurux.DLMS.GXDLMSAccessItem

Access item is used to generate Access Service message.
Mostra file Open project: Gurux/Gurux.DLMS.Net

Public Methods

Method Description
GXDLMSAccessItem ( ) : System

Constructor.

GXDLMSAccessItem ( AccessServiceCommandType command, GXDLMSObject target, byte index ) : System

Constructor.

Method Details

GXDLMSAccessItem() public method

Constructor.
public GXDLMSAccessItem ( ) : System
return System

GXDLMSAccessItem() public method

Constructor.
public GXDLMSAccessItem ( AccessServiceCommandType command, GXDLMSObject target, byte index ) : System
command AccessServiceCommandType Command to execute.
target Gurux.DLMS.Objects.GXDLMSObject COSEM target object.
index byte Attribute index.
return System