libsigrok  0.5.2
sigrok hardware access and backend library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sr_datafeed_packet Struct Reference

Packet in a sigrok data feed. More...

#include <libsigrok.h>

+ Collaboration diagram for sr_datafeed_packet:

Data Fields

uint16_t type
 
const void * payload
 

Detailed Description

Packet in a sigrok data feed.

Definition at line 476 of file libsigrok.h.

Field Documentation

const void* sr_datafeed_packet::payload

Definition at line 478 of file libsigrok.h.

Referenced by sr_packet_copy(), and sr_packet_free().

uint16_t sr_datafeed_packet::type

Definition at line 477 of file libsigrok.h.

Referenced by sr_packet_copy(), and sr_packet_free().


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