|
plptools
|
A simple language record, only containing the epoc specific 16 bit language number. More...
#include <sislangrecord.h>
Public Member Functions | |
| SisRC | fillFrom (uint8_t *buf, int *base, off_t len) |
| Populate the fields. More... | |
Public Attributes | |
| uint16_t | m_lang |
| The language number. More... | |
A simple language record, only containing the epoc specific 16 bit language number.
Definition at line 29 of file sislangrecord.h.
| SisRC SISLangRecord::fillFrom | ( | uint8_t * | buf, |
| int * | base, | ||
| off_t | len | ||
| ) |
Populate the fields.
| buf | The buffer to read from. |
| base | The index to start reading from, which is updated when the record is successfully read. |
| len | The length of the buffer. |
Definition at line 27 of file sislangrecord.cpp.
| uint16_t SISLangRecord::m_lang |