C# Class BACnet.Ashrae.DaysOfWeek

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

DaysOfWeek() public method

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

Load() public static method

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

Save() public static method

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

WithBit() public method

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

WithLength() public method

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

this() public method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema