C# Class Gurux.DLMS.ManufacturerSettings.GXManufacturer

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

Private Properties

Property Type Description

Public Methods

Method Description
GXManufacturer ( ) : System

Constructor.

GetActiveAuthentication ( ) : GXAuthentication
GetActiveServer ( ) : GXServerAddress
GetAuthentication ( Authentication authentication ) : GXAuthentication
GetServer ( HDLCAddressType type ) : GXServerAddress

Method Details

GXManufacturer() public method

Constructor.
public GXManufacturer ( ) : System
return System

GetActiveAuthentication() public method

public GetActiveAuthentication ( ) : GXAuthentication
return GXAuthentication

GetActiveServer() public method

public GetActiveServer ( ) : GXServerAddress
return GXServerAddress

GetAuthentication() public method

public GetAuthentication ( Authentication authentication ) : GXAuthentication
authentication Authentication
return GXAuthentication

GetServer() public method

public GetServer ( HDLCAddressType type ) : GXServerAddress
type HDLCAddressType
return GXServerAddress