JUCE
Static Public Member Functions | Static Public Attributes | List of all members
juce::OSCTypes Class Reference

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification. More...

Static Public Member Functions

static bool isSupportedType (OSCType type) noexcept
 

Static Public Attributes

static const OSCType int32
 
static const OSCType float32
 
static const OSCType string
 
static const OSCType blob
 

Detailed Description

The definitions of supported OSC types and their associated OSC type tags, as defined in the OpenSoundControl 1.0 specification.

Note: this implementation does not support any additional type tags that are not part of the specification.

Member Function Documentation

static bool juce::OSCTypes::isSupportedType ( OSCType  type)
staticnoexcept

Member Data Documentation

const OSCType juce::OSCTypes::int32
static
const OSCType juce::OSCTypes::float32
static
const OSCType juce::OSCTypes::string
static
const OSCType juce::OSCTypes::blob
static

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