Next: , Previous: , Up: Referable Types Library Functions   [Index]


7.40.3.3 x1f4_dset_lxpart

extern int x1f4_dset_lxpart
    (void *lxpart, const struct x1f4_datatype_type **datatypes);

The x1f4_dset_lxpart function stores the address of the null terminated array of data type definitions provided by the referable types library at the datatypes address.

See struct x1f4_datatype_type.

See Data Type Definition.

Null terminated means here that the last data type definition in the array has its name field set to NULL.

The function returns 0.