BACnet.Ashrae.UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : UnconfirmedEventNotificationWrapper
stream IValueStream
return UnconfirmedEventNotificationWrapper
            public static new UnconfirmedEventNotificationWrapper Load(IValueStream stream)
            {
                var temp = Value<UnconfirmedEventNotificationRequest>.Load(stream);
                return new UnconfirmedEventNotificationWrapper(temp);
            }
UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper