29#ifndef __CELLULAR_PKTIO_INTERNAL_H__
30#define __CELLULAR_PKTIO_INTERNAL_H__
38#ifndef CELLULAR_DO_NOT_USE_CUSTOM_CONFIG
40 #include "cellular_config.h"
50typedef enum _atRespType
67typedef CellularPktStatus_t ( * _pPktioHandlePacketCallback_t ) ( CellularContext_t * pContext,
68 _atRespType_t atRespType,
69 const void * pBuffer );
76typedef void ( * _pPktioShutdownCallback_t ) ( CellularContext_t * pContext );
93 _pPktioHandlePacketCallback_t handlePacketCb );
103void _Cellular_PktioShutdown( CellularContext_t * pContext );
121 const char * pAtRspPrefix );
134uint32_t _Cellular_PktioSendData( CellularContext_t * pContext,
135 const uint8_t * pData,
This represents the default values for the configuration macros for the Cellular library.
CellularPktStatus_t
packet Status Names.
Definition: cellular_types.h:338
CellularATCommandType_t
Represents AT Command type.
Definition: cellular_types.h:360