C# Class BACnet.Ashrae.PropertyStates.StateWrapper

Inheritance: PropertyStates
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : StateWrapper
Save ( IValueSink sink, StateWrapper value ) : void
StateWrapper ( EventState item ) : System

Method Details

Load() public static method

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

Save() public static method

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

StateWrapper() public method

public StateWrapper ( EventState item ) : System
item EventState
return System

Property Details

Schema public static property

public static ISchema Schema
return ISchema