BACnet.Ashrae.ConfirmedServiceRequest.GetEventInformationWrapper.Load C# (CSharp) Метод

Load() публичный статический Метод

public static Load ( IValueStream stream ) : GetEventInformationWrapper
stream IValueStream
Результат GetEventInformationWrapper
            public static new GetEventInformationWrapper Load(IValueStream stream)
            {
                var temp = Value<GetEventInformationRequest>.Load(stream);
                return new GetEventInformationWrapper(temp);
            }
ConfirmedServiceRequest.GetEventInformationWrapper