C# Class BACnet.Ashrae.LogRecord.BitstringValueWrapper

Inheritance: LogDatumType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

BitstringValueWrapper() public method

public BitstringValueWrapper ( BitString56 item ) : System
item BACnet.Types.BitString56
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema