C# Class Gurux.DLMS.Objects.GXDLMSPushSetup

Inheritance: GXDLMSObject, IGXDLMSBase
Datei anzeigen Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Private Properties

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

Public Methods

Method Description
Activate ( Gurux.DLMS.GXDLMSClient client ) : byte[][]

Activates the push process.

GXDLMSPushSetup ( ) : System

Constructor.

GXDLMSPushSetup ( string ln ) : System

Constructor.

GXDLMSPushSetup ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : void

Private Methods

Method Description
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : byte[]
IGXDLMSBase ( ) : int
IGXDLMSBase ( ) : int[]
IGXDLMSBase ( GXDLMSSettings settings, ValueEventArgs e ) : object
IGXDLMSBase ( ) : string[]

Method Details

Activate() public method

Activates the push process.
public Activate ( Gurux.DLMS.GXDLMSClient client ) : byte[][]
client Gurux.DLMS.GXDLMSClient
return byte[][]

GXDLMSPushSetup() public method

Constructor.
public GXDLMSPushSetup ( ) : System
return System

GXDLMSPushSetup() public method

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

GXDLMSPushSetup() public method

Constructor.
public GXDLMSPushSetup ( 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() public method

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