* @param[in] monitor The monitor handle with which absence detection start was invoked.
* @param[in] service The service handle with which absence detection start was invoked.
* @param[in] sensor_type Sensor type by which absence was detected.
- * In case monitor has more than one sensor and detection mode is not
- * #UA_DETECT_MODE_ANY_SENSOR, sensor will be set to #UA_SENSOR_MAX before
- * invoking callback.
* @param[in] sensor The sensor handle for the detected sensor.
* @param[in] user_data The user data passed in ua_monitor_start_absence_detection()
*
* @retval #UA_ERROR_NONE Successful
* @retval #UA_ERROR_INVALID_PARAMETER Invalid parameter
*
- * @see ua_device_set_mac_type()
*/
int ua_device_get_mac_type(
ua_device_h device,
* @retval #UA_ERROR_NONE Successful
* @retval #UA_ERROR_INVALID_PARAMETER Invalid parameter
*
- * @see ua_device_set_mac_address()
*/
int ua_device_get_mac_address(
ua_device_h device,
* @retval #UA_ERROR_NONE Successful
* @retval #UA_ERROR_INVALID_PARAMETER Invalid parameter
*
- * @see ua_device_set_device_id()
*/
int ua_device_get_device_id(
ua_device_h device,