C# Class Gurux.DLMS.ManufacturerSettings.GXAuthentication

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

Private Properties

Property Type Description

Public Methods

Method Description
GXAuthentication ( ) : System
GXAuthentication ( Authentication type, int clientAddress ) : System

Constructor.

GXAuthentication ( Authentication type, string pw, int clientAddress ) : System

Constructor.

ToString ( ) : string

Method Details

GXAuthentication() public method

public GXAuthentication ( ) : System
return System

GXAuthentication() public method

Constructor.
public GXAuthentication ( Authentication type, int clientAddress ) : System
type Authentication
clientAddress int Client address.
return System

GXAuthentication() public method

Constructor.
public GXAuthentication ( Authentication type, string pw, int clientAddress ) : System
type Authentication
pw string Used password.
clientAddress int Client address.
return System

ToString() public method

public ToString ( ) : string
return string