File System Component  Version 6.16.6
MDK Middleware for Devices with Flash File System
fsLockUnlock Struct Reference

Media lock/unlock information structure. More...

#include <rl_fs.h>

Data Fields

uint8_t const * password
 Password data buffer. More...
 
uint8_t length
 Password length in bytes. More...
 
uint8_t flags
 Operation definition bitmask. More...
 

Description

Media lock/unlock information structure.

Field Documentation

◆ flags

uint8_t fsLockUnlock::flags

Operation definition bitmask.

◆ length

uint8_t fsLockUnlock::length

Password length in bytes.

◆ password

uint8_t const* fsLockUnlock::password

Password data buffer.