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

Load() public static method

public static Load ( IValueStream stream ) : GetAlarmSummaryWrapper
stream IValueStream
return GetAlarmSummaryWrapper
            public static new GetAlarmSummaryWrapper Load(IValueStream stream)
            {
                var temp = Value<GetAlarmSummaryAck>.Load(stream);
                return new GetAlarmSummaryWrapper(temp);
            }
ConfirmedServiceAck.GetAlarmSummaryWrapper