mpiSynqNetNumber
Declaration
int32_t mpiSynqNetNumber(MPISynqNet synqNet, int32_t *number);
Required Header: stdmpi.h
Description
mpiSynqNetNumber reads the index of a SynqNet network and writes it into the contents of a int32_t 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 | |
