MPINetworkObjectType
Definition
typedef enum MPINetworkObjectType {
	MPINetworkObjectTypeINVALID = -1,
	MPINetworkObjectTypeNONE,			/* no object */
	MPINetworkObjectTypeTERMINATOR,	
	MPINetworkObjectTypeSQNODE,
	MPINetworkObjectTypeSYNQNET,			
	MPINetworkObjectTypeEND,
	MPINetworkObjectTypeFIRST = MPINetworkObjectTypeINVALID + 1,
} MPINetworkObjectType;
Required Header: mpidef.h
Change History: Modified in 04.00. Added in 03.03.00
Description
MPINetworkObjectType enumerations list all network object types supported by the MPI release. These defines are mostly used for network traversal routines.
| MPINetworkObjectTypeNONE | No object was found. | 
| MPINetworkObjectTypeTERMINATOR | A Loop-back Connector was found (end of a string). | 
| MPINetworkObjectTypeSQNODE | A node object was found. | 
| MPINetworkObjectTypeSYNQNET | A SynqNet object was found (start or end of a network). | 
See Also
MPINetworkObjectInfo | mpiSyqnNetNetworkObjectNext | mpiSqNodeNetworkObjectNext

