Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::FileManager::Queue_t Struct Reference

Asynchronous file I/O message. More...

Collaboration diagram for Burger::FileManager::Queue_t:
Collaboration graph
[legend]

Public Attributes

Filem_pFile
 Pointer to the file object that this Queue_t is attached to.
 
voidm_pBuffer
 Pointer to the I/O buffer or callback pointer.
 
uintptr_t m_uLength
 Value to attach to the command.
 
eIOCommand m_uIOCommand
 IO Command.
 

Detailed Description

Asynchronous file I/O message.

Member Data Documentation

◆ m_pBuffer

void* Burger::FileManager::Queue_t::m_pBuffer

Pointer to the I/O buffer or callback pointer.

◆ m_pFile

File* Burger::FileManager::Queue_t::m_pFile

Pointer to the file object that this Queue_t is attached to.

◆ m_uIOCommand

eIOCommand Burger::FileManager::Queue_t::m_uIOCommand

IO Command.

◆ m_uLength

uintptr_t Burger::FileManager::Queue_t::m_uLength

Value to attach to the command.