JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::BlocksProtocol::BlockSerialNumber Struct Reference

Structure describing a block's serial number. More...

#include <juce_BlocksProtocolDefinitions.h>

Collaboration diagram for juce::BlocksProtocol::BlockSerialNumber:

Public Member Functions

bool hasPrefix (const char *prefix) const noexcept
 
bool isAnyControlBlock () const noexcept
 
bool isDevCtrlBlock () const noexcept
 
bool isLiveBlock () const noexcept
 
bool isLoopBlock () const noexcept
 
bool isPadBlock () const noexcept
 
bool isSeaboardBlock () const noexcept
 
bool isTouchBlock () const noexcept
 
bool isValid () const noexcept
 

Public Attributes

uint8 serial [16]
 

Detailed Description

Structure describing a block's serial number.

{Blocks}

Member Function Documentation

◆ hasPrefix()

bool juce::BlocksProtocol::BlockSerialNumber::hasPrefix ( const char *  prefix) const
inlinenoexcept

◆ isAnyControlBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isAnyControlBlock ( ) const
inlinenoexcept

◆ isDevCtrlBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isDevCtrlBlock ( ) const
inlinenoexcept

◆ isLiveBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isLiveBlock ( ) const
inlinenoexcept

◆ isLoopBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isLoopBlock ( ) const
inlinenoexcept

◆ isPadBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isPadBlock ( ) const
inlinenoexcept

◆ isSeaboardBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isSeaboardBlock ( ) const
inlinenoexcept

◆ isTouchBlock()

bool juce::BlocksProtocol::BlockSerialNumber::isTouchBlock ( ) const
inlinenoexcept

◆ isValid()

bool juce::BlocksProtocol::BlockSerialNumber::isValid ( ) const
inlinenoexcept

Member Data Documentation

◆ serial

uint8 juce::BlocksProtocol::BlockSerialNumber::serial[16]

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