BACnet.Ashrae.ConfirmedServiceRequest.ConfirmedEventNotificationWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : ConfirmedEventNotificationWrapper
stream IValueStream
return ConfirmedEventNotificationWrapper
            public static new ConfirmedEventNotificationWrapper Load(IValueStream stream)
            {
                var temp = Value<ConfirmedEventNotificationRequest>.Load(stream);
                return new ConfirmedEventNotificationWrapper(temp);
            }
ConfirmedServiceRequest.ConfirmedEventNotificationWrapper