Gurux.DLMS.GXDLMSAccessItem.GXDLMSAccessItem C# (CSharp) Méthode

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
        public GXDLMSAccessItem(AccessServiceCommandType command, GXDLMSObject target, byte index)
        {
            Command = command;
            Target = target;
            Index = index;
        }
    }

Same methods

GXDLMSAccessItem::GXDLMSAccessItem ( ) : System
GXDLMSAccessItem