![]() |
libsigrok
0.4.0
sigrok hardware access and backend library
|
Packet in a sigrok data feed. More...
#include <libsigrok.h>
Collaboration diagram for sr_datafeed_packet:Data Fields | |
| uint16_t | type |
| const void * | payload |
Packet in a sigrok data feed.
Definition at line 474 of file libsigrok.h.
| const void* sr_datafeed_packet::payload |
Definition at line 476 of file libsigrok.h.
Referenced by sr_packet_copy(), sr_packet_free(), and sr_session_stopped_callback_set().
| uint16_t sr_datafeed_packet::type |
Definition at line 475 of file libsigrok.h.
Referenced by sr_packet_copy(), sr_packet_free(), and sr_session_stopped_callback_set().
1.8.11