通信設定構造体。

構文

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;

メンバー

serial
 OSの内部使用専用。
hid
 OSの内部使用専用。
ir
 OSの内部使用専用。
usbhid
 OSの内部使用専用。
wdg
 OSの内部使用専用。
zb
 OSの内部使用専用。
blt
 Bluetoothの設定を表すsetconfig_bluetooth構造体です。
usbcom
 OSの内部使用専用。
cradle
 OSの内部使用専用。

解説

 SetConfig関数によってアプリケーションから設定可能なのはbltのBluetooth設定のみとなります。
 その他の構造体のメンバーは値を変更しないでください。

必要条件

ヘッダファイル:
lib.h
ライブラリファイル:
libSTARTUPOPH5000.a

関連事項

最終更新日:2020/10/16