C# 클래스 BACnet.Ashrae.PropertyStates

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Schema ISchema

공개 메소드들

메소드 설명
Load ( IValueStream stream ) : PropertyStates
NewBinaryValue ( BinaryPV binaryValue ) : PropertyStates
NewBooleanValue ( bool booleanValue ) : PropertyStates
NewEventType ( EventType eventType ) : PropertyStates
NewLifeSafetyMode ( LifeSafetyMode lifeSafetyMode ) : PropertyStates
NewLifeSafetyState ( LifeSafetyState lifeSafetyState ) : PropertyStates
NewPolarity ( Polarity polarity ) : PropertyStates
NewProgramChange ( ProgramRequest programChange ) : PropertyStates
NewProgramState ( ProgramState programState ) : PropertyStates
NewReasonForHalt ( ProgramError reasonForHalt ) : PropertyStates
NewReliability ( Reliability reliability ) : PropertyStates
NewState ( EventState state ) : PropertyStates
NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
NewUnits ( EngineeringUnits units ) : PropertyStates
NewUnsignedValue ( uint unsignedValue ) : PropertyStates
Save ( IValueSink sink, PropertyStates value ) : void

메소드 상세

Load() 공개 정적인 메소드

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

NewBinaryValue() 공개 정적인 메소드

public static NewBinaryValue ( BinaryPV binaryValue ) : PropertyStates
binaryValue BinaryPV
리턴 PropertyStates

NewBooleanValue() 공개 정적인 메소드

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

NewEventType() 공개 정적인 메소드

public static NewEventType ( EventType eventType ) : PropertyStates
eventType EventType
리턴 PropertyStates

NewLifeSafetyMode() 공개 정적인 메소드

public static NewLifeSafetyMode ( LifeSafetyMode lifeSafetyMode ) : PropertyStates
lifeSafetyMode LifeSafetyMode
리턴 PropertyStates

NewLifeSafetyState() 공개 정적인 메소드

public static NewLifeSafetyState ( LifeSafetyState lifeSafetyState ) : PropertyStates
lifeSafetyState LifeSafetyState
리턴 PropertyStates

NewPolarity() 공개 정적인 메소드

public static NewPolarity ( Polarity polarity ) : PropertyStates
polarity Polarity
리턴 PropertyStates

NewProgramChange() 공개 정적인 메소드

public static NewProgramChange ( ProgramRequest programChange ) : PropertyStates
programChange ProgramRequest
리턴 PropertyStates

NewProgramState() 공개 정적인 메소드

public static NewProgramState ( ProgramState programState ) : PropertyStates
programState ProgramState
리턴 PropertyStates

NewReasonForHalt() 공개 정적인 메소드

public static NewReasonForHalt ( ProgramError reasonForHalt ) : PropertyStates
reasonForHalt ProgramError
리턴 PropertyStates

NewReliability() 공개 정적인 메소드

public static NewReliability ( Reliability reliability ) : PropertyStates
reliability Reliability
리턴 PropertyStates

NewState() 공개 정적인 메소드

public static NewState ( EventState state ) : PropertyStates
state EventState
리턴 PropertyStates

NewSystemStatus() 공개 정적인 메소드

public static NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
systemStatus DeviceStatus
리턴 PropertyStates

NewUnits() 공개 정적인 메소드

public static NewUnits ( EngineeringUnits units ) : PropertyStates
units EngineeringUnits
리턴 PropertyStates

NewUnsignedValue() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

프로퍼티 상세

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

public static ISchema Schema
리턴 ISchema