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

Load() public static method

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