hpievents(1) debian man page | unix.com

Man Page: hpievents

Operating Environment: debian

Section: 1

hpievents(1)							      OpenHPI							      hpievents(1)

NAME
hpievents - An openhpi sample application that polls for events.
SYNOPSIS
hpievents [ -t -d -x ]
DESCRIPTION
hpievents polls for events in an opened HPI session. User can specify wait time for the event. User can also select the order between hpi resource (resource event) discovery and hpi event subscription.
OPTIONS
where: -t <value> - wait <value> seconds for event; -t SAHPI_TIMEOUT_BLOCK or BLOCK - infinite wait -d - call saHpiDiscover() after saHpiSubscribe() -x - displays eXtra debug messages HPI APIs uniquely used in this application SaErrorT SAHPI_API saHpiSubscribe ( SAHPI_IN SaHpiSessionIdT SessionId ); SaErrorT SAHPI_API saHpiUnsubscribe ( SAHPI_IN SaHpiSessionIdT SessionId ); SaErrorT SAHPI_API saHpiEventGet ( SAHPI_IN SaHpiSessionIdT SessionId, SAHPI_IN SaHpiTimeoutT Timeout, SAHPI_OUT SaHpiEventT *Event, SAHPI_INOUT SaHpiRdrT *Rdr, SAHPI_INOUT SaHpiRptEntryT *RptEntry, SAHPI_INOUT SaHpiEvtQueueStatusT *EventQueueStatus );
SEE ALSO
AUTHORS
Authors of this man page: Peter D Phan (pdphan@users.sourceforge.net) 2.14.1 2009-11-23 hpievents(1)
Related Man Pages
hpiel(1) - debian
hpiel(1) - centos
hpireset(1) - centos
hpipower(1) - centos
hpisettime(1) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?