BACnet.Ashrae.ConfirmedServiceAck.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<ReadPropertyAck>.Load(stream);
                return new ReadPropertyWrapper(temp);
            }
ConfirmedServiceAck.ReadPropertyWrapper