libsigrokcxx  0.4.0
C++ bindings for libsigrok
Public Member Functions | List of all members
sigrok::Packet Class Reference

A packet on the session datafeed. More...

#include <libsigrokcxx/libsigrokcxx.hpp>

Inherits sigrok::UserOwned< Class >.

Public Member Functions

const PacketTypetype () const
 Type of this packet. More...
 
shared_ptr< PacketPayloadpayload ()
 Payload of this packet. More...
 

Detailed Description

A packet on the session datafeed.

Definition at line 661 of file libsigrokcxx.hpp.

Member Function Documentation

const PacketType* sigrok::Packet::type ( ) const

Type of this packet.

shared_ptr<PacketPayload> sigrok::Packet::payload ( )

Payload of this packet.


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