Overview

Namespaces

  • App
    • CloudModule
      • Forms
      • Model
      • Presenters
    • ConfigModule
      • Forms
      • Model
      • Presenters
    • Forms
    • GatewayModule
      • Model
      • Presenters
    • IqrfAppModule
      • Forms
      • Model
      • Presenters
    • Model
    • Presenters
    • Router
    • ServiceModule
      • Model
      • Presenters
  • PHP
  • Test
    • ConfigModule
      • Model
    • IqrfAppModule
      • Model
    • Model
    • Router
    • ServiceModule
      • Model

Classes

  • BaseServiceManager
  • ComponentManager
  • GenericManager
  • InstanceManager
  • IqrfManager
  • MainManager
  • SchedulerManager
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class IqrfManager

App\ConfigModule\Model\IqrfManager uses Nette\SmartObject (not available)
Namespace: App\ConfigModule\Model
Located at ConfigModule/model/IqrfManager.php
Methods summary
public
# __construct( App\Model\CommandManager $commandManager, App\Model\JsonFileManager $fileManager )

Constructor

Constructor

Parameters

$commandManager
$fileManager
public array
# load( )

Load configuration

Load configuration

Returns

array
Array for form
public
# save( Nette\Utils\ArrayHash $array )

Save configuration

Save configuration

Parameters

$array
Settings
public array
# getInterfaces( )

Create list of SPI and USB CDC interfaces available in the system

Create list of SPI and USB CDC interfaces available in the system

Returns

array
SPI and USB CDC interfaces available in the system
public array
# getCdcInterfaces( )

Create list of USB CDC interfaces available in the system

Create list of USB CDC interfaces available in the system

Returns

array
USB CDC interfaces available in the system
public array
# getSpiInterfaces( )

Create list of SPI interfaces available in the system

Create list of SPI interfaces available in the system

Returns

array
SPI interfaces available in the system
Properties summary
private App\Model\CommandManager $commandManager
#
private App\Model\JsonFileManager $fileManager
#
private string $fileName

File name (without .json)

File name (without .json)

# 'IqrfInterface'
IQRF Gateway Daemon webapp API documentation generated by ApiGen