mpiSercosNodeFirst

Declaration
 MPINode mpiSercosNodeFirst(MPISercos sercos) 
Required Header stdmpi.h
Description

SercosNodeFirst returns the first element in the list. This function can be used in conjuntion with mpiSercosNodeNext() in order to iterate through the list.

  sercos a handle to the Sercos object.
     
Return Values
handle to the first Node object of a Sercos object (sercos)
MPIHandleVOID if sercos is invalid
if sercos is empty
MPIMessageHANDLE_INVALID if sercos is an invalid handle.
See Also mpiSercosNodeNext | mpiSercosNodeLast