C# Class BACnet.Ashrae.ConfirmedServiceAck.GetEventInformationWrapper

Inheritance: ConfirmedServiceAck
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
GetEventInformationWrapper ( GetEventInformationAck item ) : System
Load ( IValueStream stream ) : GetEventInformationWrapper
Save ( IValueSink sink, GetEventInformationWrapper value ) : void

Method Details

GetEventInformationWrapper() public method

public GetEventInformationWrapper ( GetEventInformationAck item ) : System
item GetEventInformationAck
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema