C# Class BACnet.Ashrae.LogRecord.LogDatumType

Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode Description
Load ( IValueStream stream ) : LogDatumType
NewAnyValue ( GenericValue anyValue ) : LogDatumType
NewBitstringValue ( BitString56 bitstringValue ) : LogDatumType
NewBooleanValue ( bool booleanValue ) : LogDatumType
NewEnumValue ( Enumerated enumValue ) : LogDatumType
NewFailure ( Error failure ) : LogDatumType
NewLogStatus ( LogStatus logStatus ) : LogDatumType
NewNullValue ( System.Null nullValue ) : LogDatumType
NewRealValue ( float realValue ) : LogDatumType
NewSignedValue ( int signedValue ) : LogDatumType
NewTimeChange ( float timeChange ) : LogDatumType
NewUnsignedValue ( uint unsignedValue ) : LogDatumType
Save ( IValueSink sink, LogDatumType value ) : void

Method Details

Load() public static méthode

public static Load ( IValueStream stream ) : LogDatumType
stream IValueStream
Résultat LogDatumType

NewAnyValue() public static méthode

public static NewAnyValue ( GenericValue anyValue ) : LogDatumType
anyValue GenericValue
Résultat LogDatumType

NewBitstringValue() public static méthode

public static NewBitstringValue ( BitString56 bitstringValue ) : LogDatumType
bitstringValue BACnet.Types.BitString56
Résultat LogDatumType

NewBooleanValue() public static méthode

public static NewBooleanValue ( bool booleanValue ) : LogDatumType
booleanValue bool
Résultat LogDatumType

NewEnumValue() public static méthode

public static NewEnumValue ( Enumerated enumValue ) : LogDatumType
enumValue BACnet.Types.Enumerated
Résultat LogDatumType

NewFailure() public static méthode

public static NewFailure ( Error failure ) : LogDatumType
failure Error
Résultat LogDatumType

NewLogStatus() public static méthode

public static NewLogStatus ( LogStatus logStatus ) : LogDatumType
logStatus LogStatus
Résultat LogDatumType

NewNullValue() public static méthode

public static NewNullValue ( System.Null nullValue ) : LogDatumType
nullValue System.Null
Résultat LogDatumType

NewRealValue() public static méthode

public static NewRealValue ( float realValue ) : LogDatumType
realValue float
Résultat LogDatumType

NewSignedValue() public static méthode

public static NewSignedValue ( int signedValue ) : LogDatumType
signedValue int
Résultat LogDatumType

NewTimeChange() public static méthode

public static NewTimeChange ( float timeChange ) : LogDatumType
timeChange float
Résultat LogDatumType

NewUnsignedValue() public static méthode

public static NewUnsignedValue ( uint unsignedValue ) : LogDatumType
unsignedValue uint
Résultat LogDatumType

Save() public static méthode

public static Save ( IValueSink sink, LogDatumType value ) : void
sink IValueSink
value LogDatumType
Résultat void

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema