C# Class BACnet.Ashrae.GetAlarmSummaryAck.Element

Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Element ( ObjectId objectIdentifier, EventState alarmState, EventTransitionBits acknowledgedTransitions ) : System
Load ( IValueStream stream ) : Element
Save ( IValueSink sink, Element value ) : void

Method Details

Element() public method

public Element ( ObjectId objectIdentifier, EventState alarmState, EventTransitionBits acknowledgedTransitions ) : System
objectIdentifier ObjectId
alarmState EventState
acknowledgedTransitions EventTransitionBits
return System

Load() public static method

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

Save() public static method

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

Property Details

Schema public static property

public static ISchema Schema
return ISchema