C# Class BACnet.Ashrae.GetEventInformationAck

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetEventInformationAck ( ReadOnlyArray listOfEventSummaries, bool moreEvents ) : System
Load ( IValueStream stream ) : GetEventInformationAck
Save ( IValueSink sink, GetEventInformationAck value ) : void

Method Details

GetEventInformationAck() public méthode

public GetEventInformationAck ( ReadOnlyArray listOfEventSummaries, bool moreEvents ) : System
listOfEventSummaries ReadOnlyArray
moreEvents bool
Résultat System

Load() public static méthode

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

Save() public static méthode

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
Résultat ISchema