PHP Sigfox Client

RadioConfiguration extends Model

Defines the properties of certificate radio configurations

Table of Contents

ID_RC1  = 0
RC1
ID_RC101  = 3
RC101
ID_RC2  = 1
RC2
ID_RC3  = 2
RC3
ID_RC4  = 4
RC4
ID_RC5  = 5
RC5
ID_RC6  = 6
RC6
ID_RC7  = 7
RC7
$id  : int|null
The radio configuration identifier
from()  : static
Initializing a model from an array
getId()  : int
Getter for id
jsonSerialize()  : array<string|int, mixed>
setId()  : static
Setter for id

Constants

Properties

Methods

from()

Initializing a model from an array

public static from(array<string|int, mixed> $params) : static
Parameters
$params : array<string|int, mixed>

Pass this parameter if you want to initial property value from an array. See API reference for all property names and types

Tags
throws
DeserializeException

If provided an invalid type to a property

Return values
static

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
inheritdoc
Return values
array<string|int, mixed>

Search results