C# 클래스 BACnet.Ashrae.LogRecord.LogDatumType

파일 보기 프로젝트 열기: LorenVS/bacstack

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 정적인 메소드

public static Load ( IValueStream stream ) : LogDatumType
stream IValueStream
리턴 LogDatumType

NewAnyValue() 공개 정적인 메소드

public static NewAnyValue ( GenericValue anyValue ) : LogDatumType
anyValue GenericValue
리턴 LogDatumType

NewBitstringValue() 공개 정적인 메소드

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

NewBooleanValue() 공개 정적인 메소드

public static NewBooleanValue ( bool booleanValue ) : LogDatumType
booleanValue bool
리턴 LogDatumType

NewEnumValue() 공개 정적인 메소드

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

NewFailure() 공개 정적인 메소드

public static NewFailure ( Error failure ) : LogDatumType
failure Error
리턴 LogDatumType

NewLogStatus() 공개 정적인 메소드

public static NewLogStatus ( LogStatus logStatus ) : LogDatumType
logStatus LogStatus
리턴 LogDatumType

NewNullValue() 공개 정적인 메소드

public static NewNullValue ( System.Null nullValue ) : LogDatumType
nullValue System.Null
리턴 LogDatumType

NewRealValue() 공개 정적인 메소드

public static NewRealValue ( float realValue ) : LogDatumType
realValue float
리턴 LogDatumType

NewSignedValue() 공개 정적인 메소드

public static NewSignedValue ( int signedValue ) : LogDatumType
signedValue int
리턴 LogDatumType

NewTimeChange() 공개 정적인 메소드

public static NewTimeChange ( float timeChange ) : LogDatumType
timeChange float
리턴 LogDatumType

NewUnsignedValue() 공개 정적인 메소드

public static NewUnsignedValue ( uint unsignedValue ) : LogDatumType
unsignedValue uint
리턴 LogDatumType

Save() 공개 정적인 메소드

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

프로퍼티 상세

Schema 공개적으로 정적으로 프로퍼티

public static ISchema Schema
리턴 ISchema