C# Class BACnet.Ashrae.GetEventInformationRequest

Inheritance: IConfirmedRequest
Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
GetEventInformationRequest ( Option lastReceivedObjectIdentifier ) : System
Load ( IValueStream stream ) : GetEventInformationRequest
Save ( IValueSink sink, GetEventInformationRequest value ) : void

Method Details

GetEventInformationRequest() public method

public GetEventInformationRequest ( Option lastReceivedObjectIdentifier ) : System
lastReceivedObjectIdentifier Option
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema