Interface OscPacket

All Known Subinterfaces:
OscBundle, OscMessage

public interface OscPacket
Base class for OscPackets.
Since:
API version 5
  • Method Summary

    Modifier and Type
    Method
    Description
    If the message was part of a bundle, get a pointer back to it.
  • Method Details

    • getParentBundle

      OscBundle getParentBundle()
      If the message was part of a bundle, get a pointer back to it. If not, this methods returns null.