ixLoadPoePulse
ixLoadPoePulse - sends a power pulse to a list of PoE powered devices
SYNOPSIS
ixLoadPoePulse portList [write]
DESCRIPTION
The ixLoadPoePulse command sends a pulse to a list of PoE powered device ports. All ports in the list must be for PoE load modules. The pulse parameters are set up with the poePoweredDevice command.
ARGUMENTS
portList
(By reference) The list of ports in one of the following formats:
one2oneArray, one2manyArray, many2oneArray, many2manyArray
Or a reference to a list. For example, pl after
set pl {{1 1 1} {1 1 2} {1 1 3} {1 1 4}} -or-
set pl {1,1,1 1,1,2 1,1,3 1,1,4}
write
(By value) (Optional) Valid values:
write: the action is committed to hardware
noWrite: the action is not committed to hardware but just set in IxHAL
RETURNS
0
No error; the command was successfully delivered to the IxServer.
1
Error; the command was delivered to the IxServer but it could not process the message.