Nuvo-5000 Series User’s Manual
Copyright © 2016 Neousys Technology Inc. All Right Reserved.
- 127 -
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. For Nuvo-5000 series,
port
should be
a value of 1 ~ 4. You can refer to the following photo for the PoE port# of
Nuvo-5000 series.
Return Value
Returns TRUE on success, return FALSE if the function failed.
Usage
BOOL bRet = EnablePoEPort (1); //Turn on PoE Port#1
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. For Nuvo-5000 series,
port
should be
a value of 1 ~ 4. You can refer to the following photo for the PoE port# of
Nuvo-5000 series.