6.1.3.6 Method AddDeviceById

AddDeviceById allows adding a BACnet device with a known internal Id to BACnetInternetworkType Object. The necessary information can be retrieved from the Method GetDeviceIdList. The BACnetUaMapper may limit access to this method to administrative users.

Signature

	AddDeviceById (
		[in]	NodeId	DeviceObject
		);
	
Argument Description
DeviceObjectThe internal Id of the BACnet device to be added. Can be retrieved by calling GetDeviceIdList.

Method Result Codes

ResultCode Description
Common StatusCodes defined in OPC 10000-4