Per-Port On/Off Control Function Reference; Pci_Getstatuspoeport - Neousys Technology PCIe-PoE425bt User Manual

Table of Contents

Advertisement

Per-Port On/Off Control Function Reference

PCI_GetStatusPoEPort

Syntax
Description
Parameter
Return Value
Usage
PCIe-PoE425bt
BYTE PCI_GetStatusPoEPort(DWORD boardId, DWORD port);
Acquire current power on/off status of designated PoE port.
boardId
DWORD value (0 ~ 7) to indicate board ID set for your card.
Please refer to
DIP switch
port
DOWRD value (1 ~ 4) to specify the PoE port.
Returns 1 if PoE power is on, 0 if PoE power is off.
DWORD
boardID;
DWORD
port;
BYTE
PoEStatus;
//Get PoE power status from board #0, port #1.
boardID = 0;
port = 1;
PoEStatus = PCI_GetStatusPoEPort ( boardID, port);
33
settings for your PCIe-PoE card.

Advertisement

Table of Contents
loading

Table of Contents