C# Class BACnet.Ashrae.ReadRangeRequest.ByTime

Inheritance: RangeType
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
ByTime ( DateAndTime referenceTime, int count ) : System
Load ( IValueStream stream ) : ByTime
Save ( IValueSink sink, ByTime value ) : void

Method Details

ByTime() public method

public ByTime ( DateAndTime referenceTime, int count ) : System
referenceTime DateAndTime
count int
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema