libsigrok  0.4.0
sigrok hardware access and backend library
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 474 of file libsigrok.h.

Field Documentation

const void* sr_datafeed_packet::payload

Definition at line 476 of file libsigrok.h.

Referenced by sr_packet_copy(), and sr_packet_free().

uint16_t sr_datafeed_packet::type

Definition at line 475 of file libsigrok.h.

Referenced by sr_packet_copy(), and sr_packet_free().


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