\App\ConfigModule\ModelsIqrfManager

IQRF CDC/SPI/UART interface manager

Summary

Methods
Properties
Constants
__construct()
getCdcInterfaces()
getSpiInterfaces()
getUartInterfaces()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
getInterfaces()
$commandManager
N/A

Properties

$commandManager

$commandManager : \App\CoreModule\Models\CommandManager

Type

normal — Command manager

Methods

__construct()

__construct(\App\CoreModule\Models\CommandManager  $commandManager) : mixed

Constructor

Parameters

\App\CoreModule\Models\CommandManager $commandManager

Command manager

Returns

mixed

getCdcInterfaces()

getCdcInterfaces() : string[]

Creates a list of USB CDC interfaces available in the system

Returns

string[] —

USB CDC interfaces available in the system

getSpiInterfaces()

getSpiInterfaces() : string[]

Creates a list of SPI interfaces available in the system

Returns

string[] —

SPI interfaces available in the system

getUartInterfaces()

getUartInterfaces() : string[]

Creates a list of UART interfaces available in the system

Returns

string[] —

UART interfaces available in the system

getInterfaces()

getInterfaces(string  $command) : string[]

Creates a list of interfaces available in the system

Parameters

string $command

Command to list interfaces

Returns

string[] —

List of interfaces available in the system