Documentation

LiveApi

LiveApi 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
getDeviceCameraAnalyticsLive()  : object
Operation getDeviceCameraAnalyticsLive
getDeviceCameraAnalyticsLiveAsync()  : PromiseInterface
Operation getDeviceCameraAnalyticsLiveAsync
getDeviceCameraAnalyticsLiveAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCameraAnalyticsLiveAsyncWithHttpInfo
getDeviceCameraAnalyticsLiveWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCameraAnalyticsLiveWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCameraAnalyticsLiveRequest()  : Request
Create request for operation 'getDeviceCameraAnalyticsLive'

Properties

$client

protected ClientInterface $client

Methods

getDeviceCameraAnalyticsLive()

Operation getDeviceCameraAnalyticsLive

public getDeviceCameraAnalyticsLive(string $serial) : object

Returns live state from camera of analytics zones

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCameraAnalyticsLiveAsync()

Operation getDeviceCameraAnalyticsLiveAsync

public getDeviceCameraAnalyticsLiveAsync(string $serial) : PromiseInterface

Returns live state from camera of analytics zones

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraAnalyticsLiveAsyncWithHttpInfo()

Operation getDeviceCameraAnalyticsLiveAsyncWithHttpInfo

public getDeviceCameraAnalyticsLiveAsyncWithHttpInfo(string $serial) : PromiseInterface

Returns live state from camera of analytics zones

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraAnalyticsLiveWithHttpInfo()

Operation getDeviceCameraAnalyticsLiveWithHttpInfo

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

Returns live state from camera of analytics zones

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

getDeviceCameraAnalyticsLiveRequest()

Create request for operation 'getDeviceCameraAnalyticsLive'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results