i2c  1.4.2
RoadNarrows Robotics I2C Package
i2c_msg_struct Struct Reference

I2C Message Stucture. More...

#include <i2c-dev.h>

Public Attributes

ushort_t addr
 7/10-bit slave address 0xxx xxxx
 
ushort_t flags
 flags
 
short len
 message length (bytes)
 
char * buf
 pointer to message data
 

Detailed Description

I2C Message Stucture.

The i2c_msg_t is used for pure I2Cc transactions for the /dev interface.

Definition at line 125 of file i2c-dev.h.


The documentation for this struct was generated from the following file: