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

Load() public static method

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