<< >>

Device Control

These functions need to be supplied by the application.

int get_device_name(char device_name_string[])

Get the name of the device.

Parameters:
  • device_name_string – array to be filled with the device name
int get_device_system(char device_name_string[])

Get the name of the system the device is part of.

Parameters:
  • device_name_string – array to be filled with the system name
int get_device_identity_vendor_id(char vendor_id_string[])

Get the id of the vendor.

Parameters:
  • vendor_id_string – array to be filled with the vendor id
int get_device_identity_vendor(char vendor_name_string[])

Get the name of the device vendor.

Parameters:
  • vendor_name_string – array to be filled with the vendor name
int get_device_identity_product(char product_string[])

Get the name of the product.

Parameters:
  • product_string – array to be filled with the product name
int get_device_identity_version(char version_string)

Get the version of the product.

Parameters:
  • version_string – array to be filled with the version
int get_device_identity_serial(char serial_no_string[])

Get the serial number of the device.

Parameters:
  • serial_no_string – array to be filled with the serial number