|
Functions |
| HPI_ERR | HPI_AdapterOpen (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex) |
| | Opens an adapter for use.
|
| HPI_ERR | HPI_AdapterClose (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex) |
| | Closes the adapter associated with the wAdapterIndex.
|
| HPI_ERR | HPI_AdapterSetMode (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW32 dwAdapterMode) |
| | Sets the operating mode of an adapter.
|
| HPI_ERR | HPI_AdapterSetModeEx (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW32 dwAdapterMode, HW16 wQueryOrSet) |
| | Adapter set mode extended.
|
| HPI_ERR | HPI_AdapterGetMode (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW32 *pdwAdapterMode) |
| | Read the current adapter mode setting.
|
| HPI_ERR | HPI_AdapterGetInfo (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 *pwNumOutStreams, HW16 *pwNumInStreams, HW16 *pwVersion, HW32 *pdwSerialNumber, HW16 *pwAdapterType) |
| | Obtains information about the specified adapter, including the number of output streams and number of input streams, version, serial number and it's type.
|
| HPI_ERR | HPI_AdapterGetModuleByIndex (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 wModuleIndex, HW16 *pwNumOutputs, HW16 *pwNumInputs, HW16 *pwVersion, HW32 *pdwSerialNumber, HW16 *pwModuleType, HPI_HANDLE *phModule) |
| | Obtains information about the specified module on an adapter, including the number of outputs and number of inputs, version, serial number and type.
|
| HPI_ERR | HPI_AdapterGetAssert (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 *wAssertPresent, char *pszAssert, HW16 *pwLineNumber) |
| | Returns DSP generated assert messages.
|
| HPI_ERR | HPI_AdapterTestAssert (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 wAssertId) |
| | This function tests that asserts are working correctly on the selected adapter.
|
| HPI_ERR | HPI_AdapterDebugRead (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW32 dwDspAddress, char *pBuffer, int *dwCountBytes) |
| HPI_ERR | HPI_AdapterSetProperty (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 wProperty, HW16 wParameter1, HW16 wParameter2) |
| | Set an adapter property to a value.
|
| HPI_ERR | HPI_AdapterGetProperty (HPI_HSUBSYS *phSubSys, HW16 wAdapterIndex, HW16 wProperty, HW16 *pwParameter1, HW16 *pwParameter2) |
| | Gets the value of an adapter property.
|