A structure that acquires system information.

Syntax

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;

Members

SystemVersion[16]
System version
BootVersion[16]
Boot version
OsVersion[16]
Os version
BatchVersion[16]
Batch application version
DecoderVersion[16]
Decoder version
WlanVersion[16]
Wlan version
BluetoothVersion[16]
Bluetooth version
WlanMac[18]
Wlan mac address
BluetoothAddress[18]
BluetoothW mac address

Remarks

It is the same information that is displayed in the system information of the system menu.

Requirements

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

Last updated: 2020/10/16