getAllPorts

getAllPorts - Gets a list of all ports associated with a port map

SYNOPSIS

getAllPorts portList

DESCRIPTION

The getAllPorts returns a list of all 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 and receive 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

getRxPorts, getTxPorts, map