BACnet.Ashrae.UnconfirmedServiceRequest.UnconfirmedEventNotificationWrapper.Load C# (CSharp) 메소드

Load() 공개 정적인 메소드

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