DCMD_MMCSD_GET_CID_RAW
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
Get raw card ID information
Synopsis:
#include <hw/dcmd_sim_mmcsd.h>
#define DCMD_MMCSD_GET_CID_RAW   __DIOF(_DCMD_CAM, _SIM_MMCSD + 52, uint32_t[4])
Arguments to devctl():
| Argument | Value | 
|---|---|
| filedes | A file descriptor that you obtained by opening the device | 
| dcmd | DCMD_MMCSD_GET_CID_RAW | 
| dev_data_ptr | An array of four uint32_t entries | 
| n_bytes | The size of the array | 
| dev_info_ptr | NULL | 
Description:
This command gets the raw card ID information from the device.
Input:
None.
Output:
The raw card ID information.
See also:
devctl() in the QNX OS C Library Reference
Page updated: 
