Communication setting structure.

Syntax

typedef volatile struct
{
    setconfig_serial        serial;
    setconfig_hid           hid;
    setconfig_ir            ir;
    setconfig_usbhid        usbhid;
    setconfig_wdg           wdg;
    setconfig_zigbee        zb;
    setconfig_bluetooth     blt;
    setconfig_usbcom        usbcom;
    setconfig_cradle        cradle;
} setconfig_comapi;

Members

serial
For internal use of the OS only.
hid
For internal use of the OS only.
ir
For internal use of the OS only.
usbhid
For internal use of the OS only.
wdg
For internal use of the OS only.
zb
For internal use of the OS only.
blt
setconfig_bluetoot structure that represents the Bluetooth settings.
usbcom
For internal use of the OS only.
cradle
For internal use of the OS only.

Remarks

Only blt Bluetooth settings can be set by the application using the SetConfig function.
Do not change the settings of other structures.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

See also

Last updated: 2020/10/16