HostServiceStatus
Definition
typedef struct HostServiceStatus { MPI_BOOL enabled; } HostServiceStatus;
Description
HostServiceStatus is a structure used to return the status of the hostService object.
If "enabled" is |
Then |
---|---|
FALSE (0) |
The hostService SISR function is disabled from servicing host interrupts. |
TRUE (1) |
The hostService SISR function is enabled and is servicing host interrupts. |