C# Class BACnet.Ashrae.PropertyStates

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

NewBinaryValue() public static method

public static NewBinaryValue ( BinaryPV binaryValue ) : PropertyStates
binaryValue BinaryPV
return PropertyStates

NewBooleanValue() public static method

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

NewEventType() public static method

public static NewEventType ( EventType eventType ) : PropertyStates
eventType EventType
return PropertyStates

NewLifeSafetyMode() public static method

public static NewLifeSafetyMode ( LifeSafetyMode lifeSafetyMode ) : PropertyStates
lifeSafetyMode LifeSafetyMode
return PropertyStates

NewLifeSafetyState() public static method

public static NewLifeSafetyState ( LifeSafetyState lifeSafetyState ) : PropertyStates
lifeSafetyState LifeSafetyState
return PropertyStates

NewPolarity() public static method

public static NewPolarity ( Polarity polarity ) : PropertyStates
polarity Polarity
return PropertyStates

NewProgramChange() public static method

public static NewProgramChange ( ProgramRequest programChange ) : PropertyStates
programChange ProgramRequest
return PropertyStates

NewProgramState() public static method

public static NewProgramState ( ProgramState programState ) : PropertyStates
programState ProgramState
return PropertyStates

NewReasonForHalt() public static method

public static NewReasonForHalt ( ProgramError reasonForHalt ) : PropertyStates
reasonForHalt ProgramError
return PropertyStates

NewReliability() public static method

public static NewReliability ( Reliability reliability ) : PropertyStates
reliability Reliability
return PropertyStates

NewState() public static method

public static NewState ( EventState state ) : PropertyStates
state EventState
return PropertyStates

NewSystemStatus() public static method

public static NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
systemStatus DeviceStatus
return PropertyStates

NewUnits() public static method

public static NewUnits ( EngineeringUnits units ) : PropertyStates
units EngineeringUnits
return PropertyStates

NewUnsignedValue() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema