![]() |
libsigrokdecode
0.5.2
sigrok protocol decoding library
|
Structure which contains information about one protocol decoder channel. More...
#include <libsigrokdecode.h>
Data Fields | |
char * | id |
The ID of the channel. More... | |
char * | name |
The name of the channel. More... | |
char * | desc |
The description of the channel. More... | |
int | order |
The index of the channel, i.e. More... | |
Structure which contains information about one protocol decoder channel.
For example, I2C has two channels, SDA and SCL.
Definition at line 208 of file libsigrokdecode.h.
char* srd_channel::desc |
char* srd_channel::id |
char* srd_channel::name |
int srd_channel::order |
The index of the channel, i.e.
its order in the list of channels.
Definition at line 216 of file libsigrokdecode.h.