Previous: x1f4_init_lxdata, Up: Byte Data Library Functions
extern int x1f4_type_lxdata(struct x1f4_nodetype_type *nodetype, int type);
The x1f4_type_lxdata
function sets the nodetype
record for the
byte data library `data' data type. type
is used for the
code
field of the struct x1f4_nodetype_type
record and it should
be the integer id used for the same `data' data type id, same as the one
used for the datatype_set.type
field of the struct
x1f4_lxdata_type
record used for construction the byte data library via the
x1f4_init_lxdata
function.
See x1f4_init_lxdata.
See struct x1f4_nodetype_type.
The function returns 0
.