C# Class BACnet.Ashrae.ObjectTypesSupported

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : ObjectTypesSupported
ObjectTypesSupported ( BitString56 bitstring ) : System
Save ( IValueSink sink, ObjectTypesSupported value ) : void
WithBit ( Bits bit, bool set = true ) : ObjectTypesSupported
WithLength ( byte length ) : ObjectTypesSupported
this ( Bits bit ) : bool

Method Details

Load() public static method

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

ObjectTypesSupported() public method

public ObjectTypesSupported ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
return System

Save() public static method

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

WithBit() public method

public WithBit ( Bits bit, bool set = true ) : ObjectTypesSupported
bit Bits
set bool
return ObjectTypesSupported

WithLength() public method

public WithLength ( byte length ) : ObjectTypesSupported
length byte
return ObjectTypesSupported

this() public method

public this ( Bits bit ) : bool
bit Bits
return bool

Property Details

Schema public static property

public static ISchema Schema
return ISchema