BACnet.Ashrae.Recipient.DeviceWrapper.Load C# (CSharp) Method

Load() public static method

public static Load ( IValueStream stream ) : DeviceWrapper
stream IValueStream
return DeviceWrapper
            public static new DeviceWrapper Load(IValueStream stream)
            {
                var temp = Value<ObjectId>.Load(stream);
                return new DeviceWrapper(temp);
            }
Recipient.DeviceWrapper