構文
typedef struct {
char SystemVersion[16];
char BootVersion[16];
char OsVersion[16];
char BatchVersion[16];
char DecoderVersion[16];
char WlanVersion[16];
char BluetoothVersion[16];
char WlanMac[18];
char BluetoothAddress[18];
} SystemInfo;
メンバー
- SystemVersion[16]
- システムバージョン。
- BootVersion[16]
- ブートローダのバージョン。
- OsVersion[16]
- OSのバージョン。
- BatchVersion[16]
- 標準アプリのバージョン。
- DecoderVersion[16]
- スキャナモジュールのバージョン。
- WlanVersion[16]
- 無線LANモジュールのバージョン。
- BluetoothVersion[16]
- Bluetoothモジュールのバージョン。
- WlanMac[18]
- 無線LANのMACアドレス。
- BluetoothAddress[18]
- BluetoothのMACアドレス。
解説
システムメニューのシステム情報で表示されるものと同じ情報です。必要条件
ヘッダファイル:
lib.hライブラリファイル:
libSTARTUPOPH5000.a
最終更新日:2020/10/16