|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmBasic.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_char | szVersion [LENGTH_UsbdVersion] |
| swi_char | szBuildDate [LENGTH_UsbdBuildDate] |
This structure contains USB descriptor information.
Only GSM and CDMA USB based PC cards and embedded modules are supported.
| swi_uint32 SWI_STRUCT_UsbdInfo::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.
| swi_char SWI_STRUCT_UsbdInfo::szBuildDate[LENGTH_UsbdBuildDate] |
A NULL terminated string containing the USB descriptor build date. Maximum length of string is LENGTH_UsbdBuildDate.
| swi_char SWI_STRUCT_UsbdInfo::szVersion[LENGTH_UsbdVersion] |
A NULL terminated string containing the USB descriptor version. Maximum length of string is LENGTH_UsbdVersion.