CoronisSDK_SerialDriverAPI_C  v1.0
 All Files Functions Typedefs Defines
Typedefs
i_serial_frame.h File Reference

This interface represents serial frame which could be sent or received by a i_serial_driver_service implementation. More...

Go to the source code of this file.

Typedefs

typedef struct tagISerialFrame * pISerialFrame

Detailed Description

This interface represents serial frame which could be sent or received by a i_serial_driver_service implementation.


Typedef Documentation

typedef struct tagISerialFrame* pISerialFrame

Structure that contains the serial frame data Declaration of should have following fields first: typedef struct tagISerialFrame { byte serialFrameValue[MAX_FRAME_LEN]; unsigned int len; ..... < other fields > } mySerialFrame;