#include <elan3/epsvc.h>
int ep_svc_indicator_is_set( | EP_SYS *epsys, int svc_indicator, int nodeId); |
A pointer to the Elan Kernel Comms subsystem private state. An EP_SYS pointer can be obtained by calling ep_system(3).
The Service Indicator to be checked.
The node Id of the target node who's Service Indicator status we are querying.
Gets the Service Indicator status for the remote Node. This returns true if the Service Indicator is set active for any of the available rails in the epsys.
The Service Indicator is not set on any rail for the requested nodeId.
The Service Indicator is set for at least one rail on the requested nodeId.
ep_svc_indicator_set(3). ep_svc_indicator_clear(3). ep_svc_indicator_bitmap(3). ep_svc_indicator_railmask(3).