Documentation

WlanListsApi

WlanListsApi 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
getNetworkSmDeviceWlanLists()  : object
Operation getNetworkSmDeviceWlanLists
getNetworkSmDeviceWlanListsAsync()  : PromiseInterface
Operation getNetworkSmDeviceWlanListsAsync
getNetworkSmDeviceWlanListsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceWlanListsAsyncWithHttpInfo
getNetworkSmDeviceWlanListsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceWlanListsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceWlanListsRequest()  : Request
Create request for operation 'getNetworkSmDeviceWlanLists'

Properties

Methods

getNetworkSmDeviceWlanLists()

Operation getNetworkSmDeviceWlanLists

public getNetworkSmDeviceWlanLists(string $network_id, string $device_id) : object

List the saved SSID names on a device

Parameters
$network_id : string

network_id (required)

$device_id : string

device_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmDeviceWlanListsAsync()

Operation getNetworkSmDeviceWlanListsAsync

public getNetworkSmDeviceWlanListsAsync(string $network_id, string $device_id) : PromiseInterface

List the saved SSID names on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceWlanListsAsyncWithHttpInfo()

Operation getNetworkSmDeviceWlanListsAsyncWithHttpInfo

public getNetworkSmDeviceWlanListsAsyncWithHttpInfo(string $network_id, string $device_id) : PromiseInterface

List the saved SSID names on a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceWlanListsWithHttpInfo()

Operation getNetworkSmDeviceWlanListsWithHttpInfo

public getNetworkSmDeviceWlanListsWithHttpInfo(string $network_id, string $device_id) : array<string|int, mixed>

List the saved SSID names on a device

Parameters
$network_id : string

(required)

$device_id : 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

getNetworkSmDeviceWlanListsRequest()

Create request for operation 'getNetworkSmDeviceWlanLists'

protected getNetworkSmDeviceWlanListsRequest(string $network_id, string $device_id) : Request
Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results