Pci_Disablepoeport - Neousys Technology PCIe-PoE425bt User Manual

Table of Contents

Advertisement

PCI_DisablePoEPort

Syntax
Description
Parameter
Return Value
Usage
PCIe-PoE425bt
BOOL PCI_DisablePoEPort(DWORD boardId, DWORD port);
Disable (turn off) 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;
//Disable PoE power status from board #0, port #1.
boardID = 0;
port = 1;
RetVal= PCI_DisablePoEPort ( boardID, port);
35
settings for your PCIe-PoE card.

Advertisement

Table of Contents
loading

Table of Contents