getTxPorts

getTxPorts - Gets all transmit ports associated with a port map

SYNOPSIS

getTxPorts portList

DESCRIPTION

The getTxPorts returns a list of all transmit ports associated with a port map.

ARGUMENTS
mapName

(By reference) One of the following:

one2oneArray, one2manyArray, many2oneArray, many2manyArray

RETURNS
list

A list of all transmit ports associated with the map. The format of the returned value is a list of lists, for example, {1 1 1} {1 1 2} {1 1 3} {1 1 4}.

EXAMPLES
SEE ALSO

getAllPorts, getRxPorts, map