Documentation

StatusApi

StatusApi 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
getDeviceWirelessStatus()  : object
Operation getDeviceWirelessStatus
getDeviceWirelessStatusAsync()  : PromiseInterface
Operation getDeviceWirelessStatusAsync
getDeviceWirelessStatusAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceWirelessStatusAsyncWithHttpInfo
getDeviceWirelessStatusWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceWirelessStatusWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceWirelessStatusRequest()  : Request
Create request for operation 'getDeviceWirelessStatus'

Properties

Methods

getDeviceWirelessStatus()

Operation getDeviceWirelessStatus

public getDeviceWirelessStatus(string $serial) : object

Return the SSID statuses of an access point

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceWirelessStatusAsync()

Operation getDeviceWirelessStatusAsync

public getDeviceWirelessStatusAsync(string $serial) : PromiseInterface

Return the SSID statuses of an access point

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessStatusAsyncWithHttpInfo()

Operation getDeviceWirelessStatusAsyncWithHttpInfo

public getDeviceWirelessStatusAsyncWithHttpInfo(string $serial) : PromiseInterface

Return the SSID statuses of an access point

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceWirelessStatusWithHttpInfo()

Operation getDeviceWirelessStatusWithHttpInfo

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

Return the SSID statuses of an access point

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)

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

getDeviceWirelessStatusRequest()

Create request for operation 'getDeviceWirelessStatus'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results