Home
last modified time | relevance | path

Searched defs:IOMapReadByIDType (Results 1 – 1 of 1) sorted by relevance

/dports/lang/nbc/NXT/
H A DNXCDefs.h4022 struct IOMapReadByIDType { struct
4023 char Result; /*!< The function call result. \ref NO_ERR means it succeeded. */
4024 … ModuleID; /*!< The identifier of the module to read from. See the \ref ModuleIDConstants group. */
4025 unsigned int Offset; /*!< The offset in the module IOMap where to start reading. */
4026 unsigned int Count; /*!< The number of bytes to read. */
4027 byte Buffer[]; /*!< The buffer used to store read bytes. */