C# Class Gurux.DLMS.ManufacturerSettings.GXObisCode

Show file Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GXObisCode ( ) : System

Constructor.

GXObisCode ( string ln, ObjectType objectType, int index ) : System

Constructor.

GXObisCode ( string ln, ObjectType objectType, string description ) : System

Constructor.

ToString ( ) : string

Method Details

GXObisCode() public method

Constructor.
public GXObisCode ( ) : System
return System

GXObisCode() public method

Constructor.
public GXObisCode ( string ln, ObjectType objectType, int index ) : System
ln string
objectType ObjectType
index int
return System

GXObisCode() public method

Constructor.
public GXObisCode ( string ln, ObjectType objectType, string description ) : System
ln string
objectType ObjectType
description string
return System

ToString() public method

public ToString ( ) : string
return string