C# Class GSF.MMS.Model.Address

Inheritance: IASN1PreparedElement
Exibir arquivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
initWithDefaults ( ) : void
isNumericAddressSelected ( ) : bool
isSymbolicAddressSelected ( ) : bool
isUnconstrainedAddressSelected ( ) : bool
selectNumericAddress ( Unsigned32 val ) : void
selectSymbolicAddress ( MMSString val ) : void
selectUnconstrainedAddress ( byte val ) : void

Method Details

initWithDefaults() public method

public initWithDefaults ( ) : void
return void

isNumericAddressSelected() public method

public isNumericAddressSelected ( ) : bool
return bool

isSymbolicAddressSelected() public method

public isSymbolicAddressSelected ( ) : bool
return bool

isUnconstrainedAddressSelected() public method

public isUnconstrainedAddressSelected ( ) : bool
return bool

selectNumericAddress() public method

public selectNumericAddress ( Unsigned32 val ) : void
val Unsigned32
return void

selectSymbolicAddress() public method

public selectSymbolicAddress ( MMSString val ) : void
val MMSString
return void

selectUnconstrainedAddress() public method

public selectUnconstrainedAddress ( byte val ) : void
val byte
return void