C# Class BACnet.Ashrae.PropertyStates.BinaryValueWrapper

Inheritance: PropertyStates
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

BinaryValueWrapper() public method

public BinaryValueWrapper ( BinaryPV item ) : System
item BinaryPV
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema