C# Class BACnet.Ashrae.PriorityValue.BinaryWrapper

Inheritance: PriorityValue
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

BinaryWrapper() public method

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

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema