C# Class GSF.MMS.Model.Address

Inheritance: IASN1PreparedElement
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public initWithDefaults ( ) : void
Résultat void

isNumericAddressSelected() public méthode

public isNumericAddressSelected ( ) : bool
Résultat bool

isSymbolicAddressSelected() public méthode

public isSymbolicAddressSelected ( ) : bool
Résultat bool

isUnconstrainedAddressSelected() public méthode

public isUnconstrainedAddressSelected ( ) : bool
Résultat bool

selectNumericAddress() public méthode

public selectNumericAddress ( Unsigned32 val ) : void
val Unsigned32
Résultat void

selectSymbolicAddress() public méthode

public selectSymbolicAddress ( MMSString val ) : void
val MMSString
Résultat void

selectUnconstrainedAddress() public méthode

public selectUnconstrainedAddress ( byte val ) : void
val byte
Résultat void