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

For custom transport systems, this represents a connected device. More...

#include <juce_PhysicalTopologySource.h>

Public Member Functions

 DeviceDetector ()
 
virtual ~DeviceDetector ()
 
virtual bool isLockedFromOutside () const
 
virtual DeviceConnectionopenDevice (int index)=0
 
virtual juce::StringArray scanForDevices ()=0
 

Detailed Description

For custom transport systems, this represents a connected device.

Constructor & Destructor Documentation

◆ DeviceDetector()

juce::PhysicalTopologySource::DeviceDetector::DeviceDetector ( )

◆ ~DeviceDetector()

virtual juce::PhysicalTopologySource::DeviceDetector::~DeviceDetector ( )
virtual

Member Function Documentation

◆ isLockedFromOutside()

◆ openDevice()

virtual DeviceConnection* juce::PhysicalTopologySource::DeviceDetector::openDevice ( int  index)
pure virtual

◆ scanForDevices()

virtual juce::StringArray juce::PhysicalTopologySource::DeviceDetector::scanForDevices ( )
pure virtual

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