MPINetworkPort

Definition

typedef enum MPINetworkPort {
	MPINetworkPortINVALID = -1,

	MPINetworkPortIN0,
	MPINetworkPortOUT0,

	MPINetworkPortEND,
	MPINetworkPortFIRST = MPINetworkPortINVALID + 1,
	MPINetworkPortCOUNT = MPINetworkPortEND - MPINetworkPortFIRST
} MPINetworkPort;

Required Header: mpidef.h
Change History: Modified in 04.00.

Description

MPINetworkPort enumerations are used to specify a network port. Network ports represent the physical network connections into which the cables are plugged. These ports are commonly found in pairs on SynqNet controllers and SynqNet nodes. OUT ports from the controller or an upstream node connect to the IN port of a downstream node. When the OUT port of the last downstream node is connected back to the IN port of the controller, the network is considered to be configured as a RING network type.

MPINetworkPortIN0 "IN" Network port 0
MPINetworkPortOUT0 "OUT" Network port 0

See Also

MPINetworkType