C# Class BACnet.Ashrae.LogRecord.LogDatumType

Exibir arquivo Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

public static Load ( IValueStream stream ) : LogDatumType
stream IValueStream
return LogDatumType

NewAnyValue() public static method

public static NewAnyValue ( GenericValue anyValue ) : LogDatumType
anyValue GenericValue
return LogDatumType

NewBitstringValue() public static method

public static NewBitstringValue ( BitString56 bitstringValue ) : LogDatumType
bitstringValue BACnet.Types.BitString56
return LogDatumType

NewBooleanValue() public static method

public static NewBooleanValue ( bool booleanValue ) : LogDatumType
booleanValue bool
return LogDatumType

NewEnumValue() public static method

public static NewEnumValue ( Enumerated enumValue ) : LogDatumType
enumValue BACnet.Types.Enumerated
return LogDatumType

NewFailure() public static method

public static NewFailure ( Error failure ) : LogDatumType
failure Error
return LogDatumType

NewLogStatus() public static method

public static NewLogStatus ( LogStatus logStatus ) : LogDatumType
logStatus LogStatus
return LogDatumType

NewNullValue() public static method

public static NewNullValue ( System.Null nullValue ) : LogDatumType
nullValue System.Null
return LogDatumType

NewRealValue() public static method

public static NewRealValue ( float realValue ) : LogDatumType
realValue float
return LogDatumType

NewSignedValue() public static method

public static NewSignedValue ( int signedValue ) : LogDatumType
signedValue int
return LogDatumType

NewTimeChange() public static method

public static NewTimeChange ( float timeChange ) : LogDatumType
timeChange float
return LogDatumType

NewUnsignedValue() public static method

public static NewUnsignedValue ( uint unsignedValue ) : LogDatumType
unsignedValue uint
return LogDatumType

Save() public static method

public static Save ( IValueSink sink, LogDatumType value ) : void
sink IValueSink
value LogDatumType
return void

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema