CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CLCm_Transport.h File Reference

Go to the source code of this file.

Data Structures

struct  CLT_Interface
 CHAI Link Transport Interface. More...
 

Typedefs

typedef void(* CLT_STATUSCHANGECB )(CPBOOLEAN fTransportIsAvailable, void *pCBParam)
 Transport Status Change Handler. More...
 
typedef void(* CLT_RECEIVE )(CPBYTE *pbBuffer, CPUINT16 wBufferSize, void *pCBParam)
 Data Reception Handler. More...
 
typedef CPBOOLEAN(* CLT_WRITE )(CPBYTE *pbBuffer, CPUINT16 wBufferSize, CPUINT16 *pwWritten, void *pTransportParam)
 Transport Write Function. More...
 
typedef void(* CLT_DOPROCESS )(void *pTransportParam)
 Transport DoProcess Function. More...
 
typedef CPBOOLEAN(* CLT_SETCB )(CLT_RECEIVE pfnReceive, CLT_STATUSCHANGECB pfnStatusChange, void *pTransportParam, void *pCBParam)
 Transport Set Callbacks. More...