C# Class GSF.MMS.Model.TypeDescription

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isArraySelected ( ) : bool
isBcdSelected ( ) : bool
isBinary_timeSelected ( ) : bool
isBit_stringSelected ( ) : bool
isBooleanSelected ( ) : bool
isFloating_pointSelected ( ) : bool
isGeneralized_timeSelected ( ) : bool
isIntegerSelected ( ) : bool
isMMSStringSelected ( ) : bool
isObjIdSelected ( ) : bool
isOctet_stringSelected ( ) : bool
isStructureSelected ( ) : bool
isUnsignedSelected ( ) : bool
isUtc_timeSelected ( ) : bool
isVisible_stringSelected ( ) : bool
selectArray ( ArraySequenceType val ) : void
selectBcd ( Unsigned8 val ) : void
selectBinary_time ( bool val ) : void
selectBit_string ( Integer32 val ) : void
selectBoolean ( GSF.ASN1.Types.NullObject val ) : void
selectFloating_point ( Floating_pointSequenceType val ) : void
selectGeneralized_time ( GSF.ASN1.Types.NullObject val ) : void
selectInteger ( Unsigned8 val ) : void
selectMMSString ( Integer32 val ) : void
selectObjId ( GSF.ASN1.Types.NullObject val ) : void
selectOctet_string ( Integer32 val ) : void
selectStructure ( StructureSequenceType val ) : void
selectUnsigned ( Unsigned8 val ) : void
selectUtc_time ( GSF.MMS.Model.UtcTime val ) : void
selectVisible_string ( Integer32 val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isArraySelected() public méthode

public isArraySelected ( ) : bool
Résultat bool

isBcdSelected() public méthode

public isBcdSelected ( ) : bool
Résultat bool

isBinary_timeSelected() public méthode

public isBinary_timeSelected ( ) : bool
Résultat bool

isBit_stringSelected() public méthode

public isBit_stringSelected ( ) : bool
Résultat bool

isBooleanSelected() public méthode

public isBooleanSelected ( ) : bool
Résultat bool

isFloating_pointSelected() public méthode

public isFloating_pointSelected ( ) : bool
Résultat bool

isGeneralized_timeSelected() public méthode

public isGeneralized_timeSelected ( ) : bool
Résultat bool

isIntegerSelected() public méthode

public isIntegerSelected ( ) : bool
Résultat bool

isMMSStringSelected() public méthode

public isMMSStringSelected ( ) : bool
Résultat bool

isObjIdSelected() public méthode

public isObjIdSelected ( ) : bool
Résultat bool

isOctet_stringSelected() public méthode

public isOctet_stringSelected ( ) : bool
Résultat bool

isStructureSelected() public méthode

public isStructureSelected ( ) : bool
Résultat bool

isUnsignedSelected() public méthode

public isUnsignedSelected ( ) : bool
Résultat bool

isUtc_timeSelected() public méthode

public isUtc_timeSelected ( ) : bool
Résultat bool

isVisible_stringSelected() public méthode

public isVisible_stringSelected ( ) : bool
Résultat bool

selectArray() public méthode

public selectArray ( ArraySequenceType val ) : void
val ArraySequenceType
Résultat void

selectBcd() public méthode

public selectBcd ( Unsigned8 val ) : void
val Unsigned8
Résultat void

selectBinary_time() public méthode

public selectBinary_time ( bool val ) : void
val bool
Résultat void

selectBit_string() public méthode

public selectBit_string ( Integer32 val ) : void
val Integer32
Résultat void

selectBoolean() public méthode

public selectBoolean ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
Résultat void

selectFloating_point() public méthode

public selectFloating_point ( Floating_pointSequenceType val ) : void
val Floating_pointSequenceType
Résultat void

selectGeneralized_time() public méthode

public selectGeneralized_time ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
Résultat void

selectInteger() public méthode

public selectInteger ( Unsigned8 val ) : void
val Unsigned8
Résultat void

selectMMSString() public méthode

public selectMMSString ( Integer32 val ) : void
val Integer32
Résultat void

selectObjId() public méthode

public selectObjId ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
Résultat void

selectOctet_string() public méthode

public selectOctet_string ( Integer32 val ) : void
val Integer32
Résultat void

selectStructure() public méthode

public selectStructure ( StructureSequenceType val ) : void
val StructureSequenceType
Résultat void

selectUnsigned() public méthode

public selectUnsigned ( Unsigned8 val ) : void
val Unsigned8
Résultat void

selectUtc_time() public méthode

public selectUtc_time ( GSF.MMS.Model.UtcTime val ) : void
val GSF.MMS.Model.UtcTime
Résultat void

selectVisible_string() public méthode

public selectVisible_string ( Integer32 val ) : void
val Integer32
Résultat void