POC-551VTC
113
DisablePoEPort
Syntax
BOOL DisablePoEPort (BYTE port);
Description
Turn off PoE power of designated PoE port
Parameter
port
BYTE value specifies the index of PoE port. Please refer to the
following illustration,
port
should be a value of 1 ~ 4
Return Value
TRUE
if disabled success
FALSE
if fail to disable
Usage
BOOL bRet = DisablePoEPort (1); //Turn off PoE Port#1