BACnet.Ashrae.ConfirmedServiceAck.GetAlarmSummaryWrapper.GetAlarmSummaryWrapper C# (CSharp) Method

GetAlarmSummaryWrapper() public method

public GetAlarmSummaryWrapper ( GetAlarmSummaryAck item ) : System
item GetAlarmSummaryAck
return System
            public GetAlarmSummaryWrapper(GetAlarmSummaryAck item)
            {
                this.Item = item;
            }
ConfirmedServiceAck.GetAlarmSummaryWrapper