![Neousys Technology PCIe-PoE550X Скачать руководство пользователя страница 36](http://html1.mh-extra.com/html/neousys-technology/pcie-poe550x/pcie-poe550x_user-manual_1667784036.webp)
PCIe-PoE550X
36
PCI_EnablePoEPort
Syntax
BOOL PCI_EnablePoEPort(DWORD boardId, DWORD port);
Description
Enable (turn on) PoE power for designated PoE port.
Parameter
boardId
DWORD value (0 ~ 7) to indicate board ID set for your card.
Please refer to
settings for your PCIe-PoE card.
port
DOWRD value (1 ~ 2) to specify the PoE port.
Return Value
Returns TRUE if successful, 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);