![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
申报用户的ip和mac等信息 更多...
#include <xlt_struct.h>
Public 属性 | |
| char * | local_ip |
| 本地IP地址 | |
| char * | mac_addr |
| MAC地址 | |
| char * | hd |
| 硬盘序列号 | |
| TerminalType | term_type |
| 终端类型 | |
| char * | internet_ip |
| 公网IP地址 | |
| int32_t | internet_port |
| 公网端口号 | |
| char * | macos_sno |
| MacOS系统的序列号,仅为MacOS系统需要填写 | |
| char * | pcn |
| PC 终端设备名 | |
| char * | cpu_sn |
| CPU 序列号 | |
| char * | pi |
| 硬盘分区信息 | |
| char * | vol |
| 系统盘卷标号 | |
| char * | extern_info |
| 扩展信息,如客户端版本号等(终端信息规范中'@'之后的所有内容) | |
申报用户的ip和mac等信息
| char* x1::xlt_user_terminal_info_t::cpu_sn |
CPU 序列号
| char* x1::xlt_user_terminal_info_t::extern_info |
扩展信息,如客户端版本号等(终端信息规范中'@'之后的所有内容)
| char* x1::xlt_user_terminal_info_t::hd |
硬盘序列号
| char* x1::xlt_user_terminal_info_t::internet_ip |
公网IP地址
| int32_t x1::xlt_user_terminal_info_t::internet_port |
公网端口号
| char* x1::xlt_user_terminal_info_t::local_ip |
本地IP地址
| char* x1::xlt_user_terminal_info_t::mac_addr |
MAC地址
| char* x1::xlt_user_terminal_info_t::macos_sno |
MacOS系统的序列号,仅为MacOS系统需要填写
| char* x1::xlt_user_terminal_info_t::pcn |
PC 终端设备名
| char* x1::xlt_user_terminal_info_t::pi |
硬盘分区信息
| TerminalType x1::xlt_user_terminal_info_t::term_type |
终端类型
| char* x1::xlt_user_terminal_info_t::vol |
系统盘卷标号