C# Class BACnet.Ashrae.GetEventInformationAck

Mostrar archivo Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

GetEventInformationAck() public method

public GetEventInformationAck ( ReadOnlyArray listOfEventSummaries, bool moreEvents ) : System
listOfEventSummaries ReadOnlyArray
moreEvents bool
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public_oe static_oe property

public static ISchema Schema
return ISchema