mpiSynqNetNetworkObjectNext

Declaration

int32_t mpiSynqNetNetworkObjectNext(MPISynqNet            synqNet, 
MPINetworkPort port,
MPINetworkObjectInfo *info);

Required Header: stdmpi.h
Change History: Added in the 03.03.00

Description

mpiSynqNetNetworkObjectNext 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.

synqNet a handle to a SynqNet 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

mpiSqNodeNetworkObjectNext | MPINetworkObjectInfo | Version Utility