getRxPorts

getRxPorts - Gets all receive ports associated with a port map

SYNOPSIS

getRxPorts portList

DESCRIPTION

The getRxPorts returns a list of all receive ports associated with a port map.

ARGUMENTS
mapName

(By reference) One of the following:

one2oneArray, one2manyArray, many2oneArray, many2manyArray

RETURNS
list

A list of all 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

getAllPorts, getTxPorts, map