DCMD_MMCSD_ERASED_VAL
QNX SDP8.0Devctl and Ioctl CommandsDeveloper
Get an erased value
Synopsis:
#include <hw/dcmd_sim_mmcsd.h>
#define DCMD_MMCSD_ERASED_VAL __DIOF(_DCMD_CAM, _SIM_MMCSD + 53, uint8_t)
Arguments to devctl():
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by opening the device |
dcmd | DCMD_MMCSD_ERASED_VAL |
dev_data_ptr | A pointer to a uint8_t |
n_bytes | sizeof(uint8_t) |
dev_info_ptr | NULL |
Description:
This command gets an erased value from the RPMB.
Input:
None.
Output:
The erased value.
See also:
devctl() in the QNX OS C Library Reference
Page updated: