JUCE
Public Member Functions | List of all members
juce::PhysicalTopologySource::DeviceDetector Struct Referenceabstract

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

Public Member Functions

 DeviceDetector ()
 
virtual ~DeviceDetector ()
 
virtual juce::StringArray scanForDevices ()=0
 
virtual DeviceConnectionopenDevice (int index)=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

◆ scanForDevices()

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

◆ openDevice()

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

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