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

  • InfoManager
  • LogManager
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class InfoManager

Tool for getting information about this gateway

App\GatewayModule\Model\InfoManager uses Nette\SmartObject (not available)
Namespace: App\GatewayModule\Model
Located at GatewayModule/model/InfoManager.php
Methods summary
public
# __construct( App\Model\CommandManager $commandManager, App\IqrfAppModule\Model\IqrfAppManager $iqrfAppManager )

Constructor

Constructor

Parameters

$commandManager
Command manager
$iqrfAppManager
public array
# getIpAddresses( )

Get IPv4 and IPv6 addresses of the gateway

Get IPv4 and IPv6 addresses of the gateway

Returns

array
IPv4 and IPv6 addresses
public array
# getMacAddresses( )

Get MAC addresses of the gateway

Get MAC addresses of the gateway

Returns

array
MAC addresses array
public string
# getDaemonVersion( )

Get version of the daemon

Get version of the daemon

Returns

string
IQRF Daemon version
public string
# getHostname( )

Get hostname of the gateway

Get hostname of the gateway

Returns

string
Hostname
public array
# getCoordinatorInfo( )

Get information about the Coordinator

Get information about the Coordinator

Returns

array
Information about the Coordinator
Properties summary
private App\Model\CommandManager $commandManager

Command manager

Command manager

#
private App\IqrfAppModule\Model\IqrfAppManager $iqrfAppManager
#
IQRF Gateway Daemon webapp API documentation generated by ApiGen