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.
| 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 | 
| static const OSCType | colour | 
| 
 | inlinestaticnoexcept | 
| 
 | static | 
Referenced by juce::OSCArgument::isInt32(), and isSupportedType().
| 
 | static | 
Referenced by juce::OSCArgument::isFloat32(), and isSupportedType().
| 
 | static | 
Referenced by juce::OSCArgument::isString(), and isSupportedType().
| 
 | static | 
Referenced by juce::OSCArgument::isBlob(), and isSupportedType().
| 
 | static | 
Referenced by juce::OSCArgument::isColour(), and isSupportedType().