Licensee HAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| Layer ID for this component, NEVER MODIFY! | |
| uint8_t * | pTxBuffer |
| Pointer to global transmit buffer used by the Exchange() function. | |
| uint16_t | wTxBufSize |
| Size of the global transmit buffer. | |
| uint16_t | wTxBufLen |
| Number of valid bytes within the transmit buffer. | |
| uint8_t * | pRxBuffer |
| Pointer to global receive buffer used by the Exchange() function. | |
| uint16_t | wRxBufSize |
| Size of the global receive buffer. | |
| uint16_t | wRxBufLen |
| Number of valid bytes within the receive buffer. | |
| phhalHw_LicenseeWrapper_Init_t | pCbInit |
| Pointer to the Init callback. | |
| phhalHw_LicenseeWrapper_Term_t | pCbTerm |
| Pointer to the Term callback. | |
| phhalHw_LicenseeWrapper_SetConfig_t | pCbSetConfig |
| Pointer to the SetConfig callback. | |
| phhalHw_LicenseeWrapper_GetConfig_t | pCbGetConfig |
| Pointer to the GetConfig callback. | |
| phhalHw_LicenseeWrapper_FieldReset_t | pCbFieldReset |
| Pointer to the FieldReset callback. | |
| phhalHw_LicenseeWrapper_Wait_t | pCbWait |
| Pointer to the Wait callback. | |
| phhalHw_LicenseeWrapper_Exchange_t | pCbExchange |
| Pointer to the Exchange callback. | |
| phhalHw_LicenseeWrapper_ApplyProtocolSettings_t | pCbApplyProtocolSettings |
| Pointer to the ApplyProtocolSettings callback. | |
| void * | LicenseeHalDll |
| Handle to the Licensee HAL DLL. More... | |
| void * | pContext |
| Custom context which is passed back to each callback. | |
Licensee HAL parameter structure.
| void* phhalHw_LicenseeWrapper_DataParams_t::LicenseeHalDll |
Handle to the Licensee HAL DLL.
(type HINSTANCE)