HostServiceFunction

Definition

typedef int32_t (MPI_DEF2 *HostServiceFunction)(void *params);

Description

Interface prototype for a hostService service function. HostServiceFunction can be used to define a custom routine to service sync interrupts. HostServiceFunction function must take a pointer to a structure as a parameter and must return a int32_t.

See Also

hostServiceCreate | hostServiceDelete | hostServiceStatus