C# Class BACnet.Ashrae.NotificationParameters.ChangeOfState

Inheritance: NotificationParameters
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
ChangeOfState ( PropertyStates newState, StatusFlags statusFlags ) : System
Load ( IValueStream stream ) : ChangeOfState
Save ( IValueSink sink, ChangeOfState value ) : void

Method Details

ChangeOfState() public method

public ChangeOfState ( PropertyStates newState, StatusFlags statusFlags ) : System
newState PropertyStates
statusFlags StatusFlags
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema