C# Class BACnet.Ashrae.ConfirmedServiceAck.GetAlarmSummaryWrapper

Inheritance: ConfirmedServiceAck
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

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

Method Details

GetAlarmSummaryWrapper() public method

public GetAlarmSummaryWrapper ( GetAlarmSummaryAck item ) : System
item GetAlarmSummaryAck
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema