|
NeKernel dev
|
Packet drive (StorageKit compilant.). More...
#include <DriveMgr.h>
Public Attributes | |
| VoidPtr | fPacketContent {nullptr} |
| Char | fPacketMime [kDriveNameLen] = "*/*" |
| packet body. | |
| SizeT | fPacketSize {0UL} |
| identify what we're sending. | |
| UInt32 | fPacketCRC32 {0UL} |
| packet size | |
| Boolean | fPacketGood {YES} |
| sanity crc, in case if good is set to false | |
| Lba | fPacketLba {0UL} |
| Boolean | fPacketReadOnly {NO} |
Packet drive (StorageKit compilant.).
| VoidPtr Kernel::DriveTrait::DrivePacket::fPacketContent {nullptr} |
| UInt32 Kernel::DriveTrait::DrivePacket::fPacketCRC32 {0UL} |
packet size
sanity crc, in case if good is set to false
| Lba Kernel::DriveTrait::DrivePacket::fPacketLba {0UL} |
| Char Kernel::DriveTrait::DrivePacket::fPacketMime[kDriveNameLen] = "*/*" |
packet body.
| SizeT Kernel::DriveTrait::DrivePacket::fPacketSize {0UL} |
identify what we're sending.