C# Class Gurux.DLMS.Objects.GXDLMSRegister

Inheritance: GXDLMSObject, IGXDLMSBase
Mostra file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Protected Properties

Property Type Description
scaler int

Private Properties

Property Type Description
GXDLMSRegister System
IGXDLMSBase byte[]
IGXDLMSBase int
IGXDLMSBase int[]
IGXDLMSBase object
IGXDLMSBase string[]

Public Methods

Method Description
GXDLMSRegister ( ) : System

Constructor.

GXDLMSRegister ( string ln ) : System

Constructor.

GXDLMSRegister ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]
IsRead ( int index ) : bool
Reset ( Gurux.DLMS.GXDLMSClient client ) : byte[][]

Reset value.

Protected Methods

Method Description
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void

Private Methods

Method Description
GXDLMSRegister ( ObjectType type, string ln, ushort sn ) : System
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
IGXDLMSBase ( ) : int
IGXDLMSBase ( ) : int[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
IGXDLMSBase ( ) : string[]

Method Details

GXDLMSRegister() public method

Constructor.
public GXDLMSRegister ( ) : System
return System

GXDLMSRegister() public method

Constructor.
public GXDLMSRegister ( string ln ) : System
ln string Logical Name of the object.
return System

GXDLMSRegister() public method

Constructor.
public GXDLMSRegister ( string ln, ushort sn ) : System
ln string Logical Name of the object.
sn ushort Short Name of the object.
return System

GetDataType() public method

public GetDataType ( int index ) : DataType
index int
return DataType

GetValues() public method

public GetValues ( ) : object[]
return object[]

IGXDLMSBase() protected method

protected IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void
settings Gurux.DLMS.GXDLMSSettings
e Gurux.DLMS.ValueEventArgs
return void

IsRead() public method

public IsRead ( int index ) : bool
index int
return bool

Reset() public method

Reset value.
public Reset ( Gurux.DLMS.GXDLMSClient client ) : byte[][]
client Gurux.DLMS.GXDLMSClient
return byte[][]

Property Details

scaler protected_oe property

protected int scaler
return int