mpiSqNodeNetworkObjectNext
Declaration
int32_t mpiSqNodeNetworkObjectNext(MPISqNode node, MPINetworkPort port,
MPINetworkObjectInfo *info);
Required Header: stdmpi.h
Change History: Added in the 03.03.00
Description
mpiSqNodeNetworkObjectNext gets the information for the neighboring network object (device) connected to the specified port and writes the information into the structure pointed to by info.
NOTE: This info.type value may be MPINetworkObjectTypeNONE if there is nothing connected to the given port.
node | a handle to a SynqNet node object. |
---|---|
port | specifies the node’s IN or OUT port. |
*info | a pointer to the next object’s info structure. |
Return Values | |
---|---|
MPIMessageOK | |
MPIMessageARG_INVALID |
See Also
mpiSynqNetNetworkObjectNext | MPINetworkObjectInfo | Version Utility