C# Class BACnet.Ashrae.SetpointReference

Exibir arquivo Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : SetpointReference
Save ( IValueSink sink, SetpointReference value ) : void
SetpointReference ( Option reference ) : System

Method Details

Load() public static method

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

Save() public static method

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

SetpointReference() public method

public SetpointReference ( Option reference ) : System
reference Option
return System

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema