BACnet.Ashrae.NotificationParameters.UnsignedRangeWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : UnsignedRangeWrapper
stream IValueStream
return UnsignedRangeWrapper
            public static new UnsignedRangeWrapper Load(IValueStream stream)
            {
                var temp = Value<UnsignedRange>.Load(stream);
                return new UnsignedRangeWrapper(temp);
            }
NotificationParameters.UnsignedRangeWrapper