player_device_devlist Struct Reference

Request/reply: Get the list of available devices. More...

#include <player_interfaces.h>

Collaboration diagram for player_device_devlist:
Collaboration graph

Detailed Description

Request/reply: Get the list of available devices.

It's useful for applications such as viewer programs and test suites that tailor behave differently depending on which devices are available. To request the list, send a null PLAYER_PLAYER_REQ_DEVLIST.

Public Attributes

uint32_t devices_count
 The number of devices.
 
player_devaddr_t devices [PLAYER_MAX_DEVICES]
 The list of available devices. More...
 

Member Data Documentation

◆ devices

player_devaddr_t player_device_devlist::devices[PLAYER_MAX_DEVICES]

The list of available devices.


The documentation for this struct was generated from the following file: