![Neousys Technology PCIe-PoE352at User Manual Download Page 30](http://html1.mh-extra.com/html/neousys-technology/pcie-poe352at/pcie-poe352at_user-manual_1667829030.webp)
PCIe-PoE354at/PCIe-PoE352at User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 30 of 31
PCI_EnablePoEPort
Description
Enable (turn on) PoE power for designated PoE port.
Parameter
boardId
DWORD value (0 ~ 7) to indicate board ID of selected PCIe-PoE354at/352at card.
Please refer to section 3.1 for configuring board ID for your PCIe-PoE354at/352at.
port
DOWRD value (1 ~ 4) to specify the PoE port.
Return Value
Returns TRUE if successes, FALSE if failed.
Usage
DWORD
boardID;
DWORD
port;
BOOL
RetVal;
//Enable PoE power status from board #0, port #1.
boardID = 0;
port = 1;
RetVal= PCI_EnablePoEPort ( boardID, port);
PCI_DisablePoEPort
Description