C# Class Gurux.DLMS.GXDLMSAccessItem

Access item is used to generate Access Service message.
Afficher le fichier Open project: Gurux/Gurux.DLMS.Net

Méthodes publiques

Méthode Description
GXDLMSAccessItem ( ) : System

Constructor.

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

Constructor.

Method Details

GXDLMSAccessItem() public méthode

Constructor.
public GXDLMSAccessItem ( ) : System
Résultat System

GXDLMSAccessItem() public méthode

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.
Résultat System