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 |
This interface represents serial frame which could be sent or received by a i_serial_driver_service implementation.
| 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;
1.8.0