player_device_driverinfo Struct Reference
#include <player.h>
Detailed Description
Request/reply: Get the driver name for a particular device.To get a name, send a PLAYER_PLAYER_REQ_DRIVERINFO request that specifies the address of the desired device in the addr field. Set driver_name_count to 0 and leave driver_name empty. The response will contain the driver name.
Public Attributes | |
player_devaddr_t | addr |
The device identifier. | |
uint32_t | driver_name_count |
Length of the driver name. | |
char | driver_name [PLAYER_MAX_DRIVER_STRING_LEN] |
The driver name (returned). |
The documentation for this struct was generated from the following file: