Name and contents of a RIP configuration. More...
#include "inputsapi.h"
Data Fields | |
const uint8 * | name |
size_t | namelen |
const uint8 * | device |
size_t | devicelen |
Name and contents of a RIP configuration.
The fields in the configuration structure may or may not be returned by a particular skin implementation. All fields except for the configuration name should be treated as optional, and suitable out-of-band values should be set to distinguish whether the RIP skin provided a value.
const uint8* sw_inputq_setup::device |
The device type the setup uses, encoded as a possibly non-terminated UTF-8 string (OPTIONAL).
size_t sw_inputq_setup::devicelen |
The length of the device name. This must be 0 if the device name is NULL.
const uint8* sw_inputq_setup::name |
The name of the configuration, encoded as a possibly non-terminated UTF-8 string.
size_t sw_inputq_setup::namelen |
The length of the configuration name.