C# Class BACnet.Ashrae.PropertyStates

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode 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 méthode

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

NewBinaryValue() public static méthode

public static NewBinaryValue ( BinaryPV binaryValue ) : PropertyStates
binaryValue BinaryPV
Résultat PropertyStates

NewBooleanValue() public static méthode

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

NewEventType() public static méthode

public static NewEventType ( EventType eventType ) : PropertyStates
eventType EventType
Résultat PropertyStates

NewLifeSafetyMode() public static méthode

public static NewLifeSafetyMode ( LifeSafetyMode lifeSafetyMode ) : PropertyStates
lifeSafetyMode LifeSafetyMode
Résultat PropertyStates

NewLifeSafetyState() public static méthode

public static NewLifeSafetyState ( LifeSafetyState lifeSafetyState ) : PropertyStates
lifeSafetyState LifeSafetyState
Résultat PropertyStates

NewPolarity() public static méthode

public static NewPolarity ( Polarity polarity ) : PropertyStates
polarity Polarity
Résultat PropertyStates

NewProgramChange() public static méthode

public static NewProgramChange ( ProgramRequest programChange ) : PropertyStates
programChange ProgramRequest
Résultat PropertyStates

NewProgramState() public static méthode

public static NewProgramState ( ProgramState programState ) : PropertyStates
programState ProgramState
Résultat PropertyStates

NewReasonForHalt() public static méthode

public static NewReasonForHalt ( ProgramError reasonForHalt ) : PropertyStates
reasonForHalt ProgramError
Résultat PropertyStates

NewReliability() public static méthode

public static NewReliability ( Reliability reliability ) : PropertyStates
reliability Reliability
Résultat PropertyStates

NewState() public static méthode

public static NewState ( EventState state ) : PropertyStates
state EventState
Résultat PropertyStates

NewSystemStatus() public static méthode

public static NewSystemStatus ( DeviceStatus systemStatus ) : PropertyStates
systemStatus DeviceStatus
Résultat PropertyStates

NewUnits() public static méthode

public static NewUnits ( EngineeringUnits units ) : PropertyStates
units EngineeringUnits
Résultat PropertyStates

NewUnsignedValue() public static méthode

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

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema