BACnet.Ashrae.Recipient.NewDevice C# (CSharp) Method

NewDevice() public static method

public static NewDevice ( ObjectId device ) : Recipient
device ObjectId
return Recipient
        public static Recipient NewDevice(ObjectId device)
        {
            return new DeviceWrapper(device);
        }