C# Class BACnet.Ashrae.Prescale

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : Prescale
Prescale ( uint multiplier, uint moduloDivide ) : System
Save ( IValueSink sink, Prescale value ) : void

Method Details

Load() public static method

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

Prescale() public method

public Prescale ( uint multiplier, uint moduloDivide ) : System
multiplier uint
moduloDivide uint
return System

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema