C# Class GSF.MMS.Model.TypeDescription

Inheritance: IASN1PreparedElement
ファイルを表示 Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public initWithDefaults ( ) : void
return void

isArraySelected() public method

public isArraySelected ( ) : bool
return bool

isBcdSelected() public method

public isBcdSelected ( ) : bool
return bool

isBinary_timeSelected() public method

public isBinary_timeSelected ( ) : bool
return bool

isBit_stringSelected() public method

public isBit_stringSelected ( ) : bool
return bool

isBooleanSelected() public method

public isBooleanSelected ( ) : bool
return bool

isFloating_pointSelected() public method

public isFloating_pointSelected ( ) : bool
return bool

isGeneralized_timeSelected() public method

public isGeneralized_timeSelected ( ) : bool
return bool

isIntegerSelected() public method

public isIntegerSelected ( ) : bool
return bool

isMMSStringSelected() public method

public isMMSStringSelected ( ) : bool
return bool

isObjIdSelected() public method

public isObjIdSelected ( ) : bool
return bool

isOctet_stringSelected() public method

public isOctet_stringSelected ( ) : bool
return bool

isStructureSelected() public method

public isStructureSelected ( ) : bool
return bool

isUnsignedSelected() public method

public isUnsignedSelected ( ) : bool
return bool

isUtc_timeSelected() public method

public isUtc_timeSelected ( ) : bool
return bool

isVisible_stringSelected() public method

public isVisible_stringSelected ( ) : bool
return bool

selectArray() public method

public selectArray ( ArraySequenceType val ) : void
val ArraySequenceType
return void

selectBcd() public method

public selectBcd ( Unsigned8 val ) : void
val Unsigned8
return void

selectBinary_time() public method

public selectBinary_time ( bool val ) : void
val bool
return void

selectBit_string() public method

public selectBit_string ( Integer32 val ) : void
val Integer32
return void

selectBoolean() public method

public selectBoolean ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void

selectFloating_point() public method

public selectFloating_point ( Floating_pointSequenceType val ) : void
val Floating_pointSequenceType
return void

selectGeneralized_time() public method

public selectGeneralized_time ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void

selectInteger() public method

public selectInteger ( Unsigned8 val ) : void
val Unsigned8
return void

selectMMSString() public method

public selectMMSString ( Integer32 val ) : void
val Integer32
return void

selectObjId() public method

public selectObjId ( GSF.ASN1.Types.NullObject val ) : void
val GSF.ASN1.Types.NullObject
return void

selectOctet_string() public method

public selectOctet_string ( Integer32 val ) : void
val Integer32
return void

selectStructure() public method

public selectStructure ( StructureSequenceType val ) : void
val StructureSequenceType
return void

selectUnsigned() public method

public selectUnsigned ( Unsigned8 val ) : void
val Unsigned8
return void

selectUtc_time() public method

public selectUtc_time ( GSF.MMS.Model.UtcTime val ) : void
val GSF.MMS.Model.UtcTime
return void

selectVisible_string() public method

public selectVisible_string ( Integer32 val ) : void
val Integer32
return void