mpiSynqNetNumber
Declaration
long mpiSynqNetNumber(MPISynqNet synqNet, long *number);
Required Header: stdmpi.h
Description
mpiSynqNetNumber reads the index of a SynqNet network and writes it into the contents of a long pointed to by number. Each SynqNet network associated with a controller is indexed by an identification number (0, 1, 2, etc.).
synqNet | a handle to a SynqNet object. |
---|---|
*number | a pointer to the index of a SynqNet network. |
Return Values | |
---|---|
MPIMessageOK |