C# Class BACnet.Ashrae.NewValue.ChangedBitsWrapper

Inheritance: NewValue
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

ChangedBitsWrapper() public method

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

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema