Pci_Enablepoeport - Neousys Technology PCIe-PoE425bt User Manual

Table of Contents

Advertisement

PCI_EnablePoEPort

Syntax
Description
Parameter
Return Value
Usage
PCIe-PoE425bt
BOOL PCI_EnablePoEPort(DWORD boardId, DWORD port);
Enable (turn on) PoE power for designated PoE port.
boardId
DWORD value (0 ~ 7) to indicate board ID set for your card.
Please refer to
DIP switch
DOWRD value (1 ~ 4) to specify the PoE port.
Returns TRUE if successful, FALSE if failed.
DWORD
boardID;
DWORD
port;
BOOL
RetVal;
//Enable PoE power status from board #0, port #1.
boardID = 0;
port = 1;
RetVal= PCI_EnablePoEPort ( boardID, port);
34
settings for your PCIe-PoE card.

Advertisement

Table of Contents
loading

Table of Contents