6.1.3.5 Method GetDeviceIdList

GetDeviceIdList provides a list of known devices. The necessary information can be updated using the Method NetworkScan. The BACnetUaMapper may limit access to this method to administrative users.

Signature

	GetDeviceIdList (
		[out]	BACnetObjectIdentifier[]	BACnetDeviceIds,
		[out]	NodeId[]				OpcUaObjectIds
		);
	
Argument Description
BACnetDeviceIdsAn array of BACnetObjectIdentifiers known to the BACnetUaMapper
OpcUaObjectIdsAn array of NodeIds containing the internal identification of the corresponding BACnetObjectIdentifier. Array shall have the same size as BACnetDeviceIds

Method Result Codes

ResultCode Description
Common StatusCodes defined in OPC 10000-4