ep_svc_indicator_is_set(3)

NAME

ep_svc_indicator_is_set - Gets the state of a Service Indicator for a particular node.

SYNOPSIS

#include <elan3/epsvc.h>
          
int ep_svc_indicator_is_set(
EP_SYS *epsys, int svc_indicator, int nodeId);

PARAMETERS

epsys

A pointer to the Elan Kernel Comms subsystem private state. An EP_SYS pointer can be obtained by calling ep_system(3).

svc_indicator

The Service Indicator to be checked.

nodeId

The node Id of the target node who's Service Indicator status we are querying.

DESCRIPTION

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.

RETURN VALUES

0

The Service Indicator is not set on any rail for the requested nodeId.

1

The Service Indicator is set for at least one rail on the requested nodeId.

SEE ALSO

ep_svc_indicator_set(3). ep_svc_indicator_clear(3). ep_svc_indicator_bitmap(3). ep_svc_indicator_railmask(3).


© Quadrics Ltd. 1998-2003