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

Load() public static method

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