\Iqrf\Repository\Models TransceiverManager

Transceiver manager

Summary

Methods
Properties
Constants
list
__construct
No public properties found
No public constants found
No protected methods found
apiClient
No protected constants found
No private methods found
No private properties found
PATH

Constant

PATH

PATH = 'transceivers'

Transceivers path

Properties

$apiClient

$apiClient : \Iqrf\Repository\Utils\ApiClient

Type

ApiClient

Methods

list()

list() : \Iqrf\Repository\Entities\Transceiver[]

Lists all transceivers

Throws

\Iqrf\Repository\Exceptions\CorruptedData

Corrupted data in the API response

\Iqrf\Repository\Exceptions\ServiceUnavailable

IQRF Repository API is unavailable

Returns

\Iqrf\Repository\Entities\Transceiver[] —

All transceivers

__construct()

__construct(\Iqrf\Repository\Utils\ApiClient  $apiClient) : mixed

Constructor

Parameters

\Iqrf\Repository\Utils\ApiClient $apiClient

JSON API client

Returns

mixed —