#include <datasets.hpp>
Public Member Functions | |
| DataSet (uint16 number, const char *name, const char *desc, bool mandatory, bool repeatable, uint32 minbytes, uint32 maxbytes, TypeId type, uint16 recordId, const char *photoshop) | |
| Constructor. | |
Public Attributes | |
| uint16 | number_ |
| const char * | name_ |
| const char * | desc_ |
| bool | mandatory_ |
| bool | repeatable_ |
| uint32 | minbytes_ |
| uint32 | maxbytes_ |
| TypeId | type_ |
| uint16 | recordId_ |
| const char * | photoshop_ |
1.3.8