Function anjay_ipso_3d_sensor_install

Function Documentation

int anjay_ipso_3d_sensor_install(anjay_t *anjay, anjay_oid_t oid, size_t num_instances)

Installs a three-axis sensor object in an Anjay object.

Parameters:
  • anjay – Anjay object for which the sensor object is installed.

  • oid – OID of the installed object.

  • num_instances – Maximum number of the instances which will be created for the installed object.

Returns:

0 on success, or a negative value in case of error.