C# Class BACnet.Ashrae.ReadRangeRequest.RangeType

Exibir arquivo Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : RangeType
NewByPosition ( uint referenceIndex, int count ) : RangeType
NewBySequenceNumber ( uint referenceIndex, int count ) : RangeType
NewByTime ( DateAndTime referenceTime, int count ) : RangeType
Save ( IValueSink sink, RangeType value ) : void

Method Details

Load() public static method

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

NewByPosition() public static method

public static NewByPosition ( uint referenceIndex, int count ) : RangeType
referenceIndex uint
count int
return RangeType

NewBySequenceNumber() public static method

public static NewBySequenceNumber ( uint referenceIndex, int count ) : RangeType
referenceIndex uint
count int
return RangeType

NewByTime() public static method

public static NewByTime ( DateAndTime referenceTime, int count ) : RangeType
referenceTime DateAndTime
count int
return RangeType

Save() public static method

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema