Connection oriented channel event structure. More...
#include <l2c_api.h>
| Data Fields | |
| wsfMsgHdr_t | hdr | 
| Header structure.  More... | |
| l2cCocConnectInd_t | connectInd | 
| Channel connect indication.  More... | |
| l2cCocDisconnectInd_t | disconnectInd | 
| Channel disconnect indication.  More... | |
| l2cCocDataInd_t | dataInd | 
| Received data indication.  More... | |
| l2cCocDataCnf_t | dataCnf | 
| Transmit data confirm.  More... | |
| l2cCocEnConnectInd_t | enConnectInd | 
| Enhanced channel connect indication.  More... | |
| l2cCocEnReconfigInd_t | enReconfigInd | 
| Enhanced channel reconfigure indication.  More... | |
Connection oriented channel event structure.
Connection oriented channel callback header parameters:
| hdr.event | Callback event | 
| hdr.param | DM connection ID | 
| hdr.status | Event status (L2C_COC_DATA_CNF only) | 
| l2cCocConnectInd_t connectInd | 
| l2cCocDataCnf_t dataCnf | 
| l2cCocDataInd_t dataInd | 
| l2cCocDisconnectInd_t disconnectInd | 
| l2cCocEnConnectInd_t enConnectInd | 
| l2cCocEnReconfigInd_t enReconfigInd | 
| wsfMsgHdr_t hdr |