Documentation

RadioApi

RadioApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceWirelessRadioSettings()  : object
Operation getDeviceWirelessRadioSettings
getDeviceWirelessRadioSettingsAsync()  : PromiseInterface
Operation getDeviceWirelessRadioSettingsAsync
getDeviceWirelessRadioSettingsAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceWirelessRadioSettingsAsyncWithHttpInfo
getDeviceWirelessRadioSettingsWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceWirelessRadioSettingsWithHttpInfo
updateDeviceWirelessRadioSettings()  : object
Operation updateDeviceWirelessRadioSettings
updateDeviceWirelessRadioSettingsAsync()  : PromiseInterface
Operation updateDeviceWirelessRadioSettingsAsync
updateDeviceWirelessRadioSettingsAsyncWithHttpInfo()  : PromiseInterface
Operation updateDeviceWirelessRadioSettingsAsyncWithHttpInfo
updateDeviceWirelessRadioSettingsWithHttpInfo()  : array<string|int, mixed>
Operation updateDeviceWirelessRadioSettingsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceWirelessRadioSettingsRequest()  : Request
Create request for operation 'getDeviceWirelessRadioSettings'
updateDeviceWirelessRadioSettingsRequest()  : Request
Create request for operation 'updateDeviceWirelessRadioSettings'

Properties

$client

protected ClientInterface $client

Methods

getDeviceWirelessRadioSettings()

Operation getDeviceWirelessRadioSettings

public getDeviceWirelessRadioSettings(string $serial) : object

Return the radio settings of a device

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceWirelessRadioSettingsAsync()

Operation getDeviceWirelessRadioSettingsAsync

public getDeviceWirelessRadioSettingsAsync(string $serial) : PromiseInterface

Return the radio settings of a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessRadioSettingsAsyncWithHttpInfo()

Operation getDeviceWirelessRadioSettingsAsyncWithHttpInfo

public getDeviceWirelessRadioSettingsAsyncWithHttpInfo(string $serial) : PromiseInterface

Return the radio settings of a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessRadioSettingsWithHttpInfo()

Operation getDeviceWirelessRadioSettingsWithHttpInfo

public getDeviceWirelessRadioSettingsWithHttpInfo(string $serial) : array<string|int, mixed>

Return the radio settings of a device

Parameters
$serial : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

updateDeviceWirelessRadioSettings()

Operation updateDeviceWirelessRadioSettings

public updateDeviceWirelessRadioSettings(string $serial[, UpdateDeviceWirelessRadioSettings $update_device_wireless_radio_settings = null ]) : object

Update the radio settings of a device

Parameters
$serial : string

serial (required)

$update_device_wireless_radio_settings : UpdateDeviceWirelessRadioSettings = null

update_device_wireless_radio_settings (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateDeviceWirelessRadioSettingsAsync()

Operation updateDeviceWirelessRadioSettingsAsync

public updateDeviceWirelessRadioSettingsAsync(string $serial[, UpdateDeviceWirelessRadioSettings $update_device_wireless_radio_settings = null ]) : PromiseInterface

Update the radio settings of a device

Parameters
$serial : string

(required)

$update_device_wireless_radio_settings : UpdateDeviceWirelessRadioSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceWirelessRadioSettingsAsyncWithHttpInfo()

Operation updateDeviceWirelessRadioSettingsAsyncWithHttpInfo

public updateDeviceWirelessRadioSettingsAsyncWithHttpInfo(string $serial[, UpdateDeviceWirelessRadioSettings $update_device_wireless_radio_settings = null ]) : PromiseInterface

Update the radio settings of a device

Parameters
$serial : string

(required)

$update_device_wireless_radio_settings : UpdateDeviceWirelessRadioSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceWirelessRadioSettingsWithHttpInfo()

Operation updateDeviceWirelessRadioSettingsWithHttpInfo

public updateDeviceWirelessRadioSettingsWithHttpInfo(string $serial[, UpdateDeviceWirelessRadioSettings $update_device_wireless_radio_settings = null ]) : array<string|int, mixed>

Update the radio settings of a device

Parameters
$serial : string

(required)

$update_device_wireless_radio_settings : UpdateDeviceWirelessRadioSettings = null

(optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceWirelessRadioSettingsRequest()

Create request for operation 'getDeviceWirelessRadioSettings'

protected getDeviceWirelessRadioSettingsRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateDeviceWirelessRadioSettingsRequest()

Create request for operation 'updateDeviceWirelessRadioSettings'

protected updateDeviceWirelessRadioSettingsRequest(string $serial[, UpdateDeviceWirelessRadioSettings $update_device_wireless_radio_settings = null ]) : Request
Parameters
$serial : string

(required)

$update_device_wireless_radio_settings : UpdateDeviceWirelessRadioSettings = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results