C# Class BACnet.Ashrae.SpecialEvent

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Load ( IValueStream stream ) : SpecialEvent
Save ( IValueSink sink, SpecialEvent value ) : void
SpecialEvent ( PeriodType period, ReadOnlyArray listOfTimeValues, uint eventPriority ) : System

Method Details

Load() public static méthode

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

Save() public static méthode

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

SpecialEvent() public méthode

public SpecialEvent ( PeriodType period, ReadOnlyArray listOfTimeValues, uint eventPriority ) : System
period PeriodType
listOfTimeValues ReadOnlyArray
eventPriority uint
Résultat System

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema