C# Class BACnet.Ashrae.ServicesSupported

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

Load() public static method

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

Save() public static method

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

ServicesSupported() public method

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

WithBit() public method

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

WithLength() public method

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

this() public method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema