文件名称:get-device-info
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- quie*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个获取硬件信息的函数,用于获取使用dmidecode命令获得的硬件信息
getDevInfo.c中有一个函数get_device_info,其原型如下
int get_device_info(const char *device,const char *item,char *mybuf,int buffsize)
请在main函数中包涵头文件 getDevInfo.c 使用此函数
-This is a function to obtain hardware information used to access the hardware using dmidecode command to obtain information getDevInfo.c has a function get_device_info, the prototype is as follows int get_device_info (const char* device, const char* item, char* mybuf, int buffsize ) please bear with the main function to use this function header getDevInfo.c
getDevInfo.c中有一个函数get_device_info,其原型如下
int get_device_info(const char *device,const char *item,char *mybuf,int buffsize)
请在main函数中包涵头文件 getDevInfo.c 使用此函数
-This is a function to obtain hardware information used to access the hardware using dmidecode command to obtain information getDevInfo.c has a function get_device_info, the prototype is as follows int get_device_info (const char* device, const char* item, char* mybuf, int buffsize ) please bear with the main function to use this function header getDevInfo.c
相关搜索: GetDevInfo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
get-device-info\getDevInfo.c
...............\getDevInfo.h
...............\main
...............\main.c
...............\说明.txt
get-device-info
...............\getDevInfo.h
...............\main
...............\main.c
...............\说明.txt
get-device-info