POC-551VTC
112
EnablePoEPort
Syntax
BOOL EnablePoEPort (BYTE port);
Description
Turn on 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 enabled success
FALSE
if fail to enable.
Usage
BOOL bRet = EnablePoEPort (1); //Turn on PoE Port#1