C# Class Gurux.DLMS.Objects.GXDLMSModemConfiguration

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

Private Properties

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

Public Methods

Method Description
GXDLMSModemConfiguration ( ) : System

Constructor.

GXDLMSModemConfiguration ( string ln ) : System

Constructor.

GXDLMSModemConfiguration ( string ln, ushort sn ) : System

Constructor.

GetDataType ( int index ) : DataType
GetValues ( ) : object[]

Private Methods

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

Method Details

GXDLMSModemConfiguration() public method

Constructor.
public GXDLMSModemConfiguration ( ) : System
return System

GXDLMSModemConfiguration() public method

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

GXDLMSModemConfiguration() public method

Constructor.
public GXDLMSModemConfiguration ( 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[]