DeviceTypesIdCallbacksCallbackId
Table of Contents
- callbacksNotDelivered() : ErrorMessages
- Retrieve the last device message error associated with this callback.
- delete() : void
- Delete a callback for a given device type.
- enable() : void
- Enable or disable a callback for a given device type.
- setDownlink() : void
- Selects a downlink callback for a device type. The callback will be selected as the downlink one, the one that was previously selected will no longer be used for downlink.
- update() : void
- Update a callback for a given device type SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
Methods
callbacksNotDelivered()
Retrieve the last device message error associated with this callback.
public
callbacksNotDelivered([DeviceTypesIdCallbacksCallbackIdCallbacksNotDelivered|array<string|int, mixed>|null $request = null ]) : ErrorMessages
Parameters
- $request : DeviceTypesIdCallbacksCallbackIdCallbacksNotDelivered|array<string|int, mixed>|null = null
-
The query and body parameters to pass
Tags
Return values
ErrorMessages —delete()
Delete a callback for a given device type.
public
delete() : void
Tags
Return values
void —enable()
Enable or disable a callback for a given device type.
public
enable(bool|null $enabled) : void
Parameters
- $enabled : bool|null
-
True to enable the callback, false to disable it
Tags
Return values
void —setDownlink()
Selects a downlink callback for a device type. The callback will be selected as the downlink one, the one that was previously selected will no longer be used for downlink.
public
setDownlink() : void
Tags
Return values
void —update()
Update a callback for a given device type SNR will be deprecated (see [Newsletter](https://backend.sigfox.com/welcome/news) for details). To monitor radio link quality, please use the [Link Quality Indicator (LQI)](https://support.sigfox.com/docs/link-quality:-general-knowledge) which is more relevant than SNR in Sigfox network.
public
update(UpdateCallback|array<string|int, mixed>|null $callback) : void
Parameters
- $callback : UpdateCallback|array<string|int, mixed>|null
-
The callback to update