sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.Output Class Reference

An output instance (an output format applied to a device) More...

Public Member Functions

String receive (Packet packet)
 Update output with data from the given packet. More...
 

Detailed Description

An output instance (an output format applied to a device)

Member Function Documentation

String org.sigrok.core.classes.Output.receive ( Packet  packet)

Update output with data from the given packet.

Parameters
packetPacket to handle.