Pci_Disablepoeport - Neousys Technology PCIe-PoE312M User Manual

4-port m12 x-coded server-grade gigabit 802.3at poe+ pcie card
Table of Contents

Advertisement

PCI_DisablePoEPort

Description
Parameter
Return Value
Usage
PCIe-PoE312M
Disable (turn off) PoE power for designated PoE port.
boardId
DWORD value (0 ~ 7) to indicate board ID of selected
PCIe-PoE312M card. Please refer to this
the board ID.
port
DOWRD value (1 ~ 4) to specify the PoE port.
Returns TRUE if successes, 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);
32
section
to configure

Advertisement

Table of Contents
loading

Table of Contents