Next: , Previous: , Up: Byte Data Library   [Index]


7.15.4 Byte Library Data Usage Mechanics

The byte data library construct is a regular libaime library construct.

See Library Construct.

Byte data libraries instances are to be created by the x1f4_init_lxdata function.

See x1f4_init_lxdata.

The function requires at least the type id to use for the introduced ‘data’ type (some number conveniencing the application, greater than X1f4_E4_LAST).

See Symbolic Types.

The data type definitions provided by the byte data library instances are to be retrieved via the x1f4_dset_lxdata function.

See x1f4_dset_lxdata.

The function definitions provided by the byte data library instances are to be retrieved via the x1f4_fset_lxdata function.

See x1f4_fset_lxdata.

Once no longer needed, the byte data library instances are to be disposed via the x1f4_fini_lxdata function.

See x1f4_fini_lxdata.