The "paws" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "paws" collection of methods.
Typical usage is: $spectrumService = new Google_Service_Spectrum(...); $paws = $spectrumService->paws;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ getSpectrum()
Requests information about the available spectrum for a device at a location.
Requests from a fixed-mode device must include owner information so the device can be registered with the database. (paws.getSpectrum)
- Parameters
-
Google_PawsGetSpectrumRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ getSpectrumBatch()
The Google Spectrum Database does not support batch requests, so this method always yields an UNIMPLEMENTED error.
(paws.getSpectrumBatch)
- Parameters
-
Google_PawsGetSpectrumBatchRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ init()
Initializes the connection between a white space device and the database.
(paws.init)
- Parameters
-
Google_PawsInitRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ notifySpectrumUse()
Notifies the database that the device has selected certain frequency ranges for transmission.
Only to be invoked when required by the regulator. The Google Spectrum Database does not operate in domains that require notification, so this always yields an UNIMPLEMENTED error. (paws.notifySpectrumUse)
- Parameters
-
Google_PawsNotifySpectrumUseRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ register()
The Google Spectrum Database implements registration in the getSpectrum method.
As such this always returns an UNIMPLEMENTED error. (paws.register)
- Parameters
-
Google_PawsRegisterRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ verifyDevice()
Validates a device for white space use in accordance with regulatory rules.
The Google Spectrum Database does not support master/slave configurations, so this always yields an UNIMPLEMENTED error. (paws.verifyDevice)
- Parameters
-
Google_PawsVerifyDeviceRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Spectrum.php