|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmBasic.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| swi_uint16 | FeatureSupport |
| swi_uint16 | FeatureState |
| swi_uint16 | FeatureCap |
| swi_uint16 | LockReq |
This structure contains Software on Card (SWoC) configuration items.
| swi_uint16 SWI_STRUCT_GetSwocCfg::FeatureCap |
Bitmask indicating feature enable/disable host capability: bit 0: host can enable/disable general SWoC bit 1: host can enable/disable SWoC access in modem mode bit 2: host can enable/disable bypass SWoC on soft boot
| swi_uint16 SWI_STRUCT_GetSwocCfg::FeatureState |
Bitmask indicating feature enable/disable state: bit 0: general SWoC operation enabled bit 1: SWoC access in modem mode enabled bit 2: bypass SWoC on soft boot enabled
| swi_uint16 SWI_STRUCT_GetSwocCfg::FeatureSupport |
Bitmask indicating supported features: bit 0: general SWoC operation supported bit 1: SWoC access in modem modem supported bit 2: bypass SWoC on soft boot supported
| swi_uint16 SWI_STRUCT_GetSwocCfg::LockReq |
Bitmask indicating host change requires OEM level unlock: bit 0: general SWoC change requires unlock bit 1: SWoC access in modem mode change requires unlock bit 2: bypass SWoC on soft boot change requires unlock
| swi_uint32 SWI_STRUCT_GetSwocCfg::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.