C# Class BACnet.Ashrae.ReadRangeRequest.RangeType

Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Свойство Type Description
Schema ISchema

Méthodes publiques

Méthode 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 méthode

public static Load ( IValueStream stream ) : RangeType
stream IValueStream
Résultat RangeType

NewByPosition() public static méthode

public static NewByPosition ( uint referenceIndex, int count ) : RangeType
referenceIndex uint
count int
Résultat RangeType

NewBySequenceNumber() public static méthode

public static NewBySequenceNumber ( uint referenceIndex, int count ) : RangeType
referenceIndex uint
count int
Résultat RangeType

NewByTime() public static méthode

public static NewByTime ( DateAndTime referenceTime, int count ) : RangeType
referenceTime DateAndTime
count int
Résultat RangeType

Save() public static méthode

public static Save ( IValueSink sink, RangeType value ) : void
sink IValueSink
value RangeType
Résultat void

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema