![]() |
ISF
1.1
Intelligent Sensing Framework
|
This structure defines a handle for the device. More...
#include <isf_devmsg.h>
Data Fields | |
dm_ChannelDescriptor_t * | pChannelDescriptor |
union { | |
i2c_SlaveHandle_t i2c | |
} | handle |
This structure defines a handle for the device.
The device handle contains the information required by the device messaging functions to address and communicate with a slave device.
Definition at line 123 of file isf_devmsg.h.
union { ... } handle |
The protocol-specific device handle.
The I2C device handle.
Definition at line 126 of file isf_devmsg.h.
The pointer to the channel descriptor.
Definition at line 124 of file isf_devmsg.h.