Harlequin RIP SDK

Name and contents of a RIP configuration. More...

#include "inputsapi.h"

Data Fields

const uint8name
 
size_t namelen
 
const uint8device
 
size_t devicelen
 

Detailed Description

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.

Field Documentation

◆ device

const uint8* sw_inputq_setup::device

The device type the setup uses, encoded as a possibly non-terminated UTF-8 string (OPTIONAL).

◆ devicelen

size_t sw_inputq_setup::devicelen

The length of the device name. This must be 0 if the device name is NULL.

◆ name

const uint8* sw_inputq_setup::name

The name of the configuration, encoded as a possibly non-terminated UTF-8 string.

◆ namelen

size_t sw_inputq_setup::namelen

The length of the configuration name.


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