Function anjay_get_sms_trigger

Function Documentation

int anjay_get_sms_trigger(anjay_t *anjay, anjay_ssid_t ssid, bool *out_sms_trigger)

Gets the SMS Trigger resource value from Server Object associated with given SSID.

Parameters:
  • anjay – Anjay object whose data model shall be queried

  • ssid – Server SSID

  • out_sms_trigger – SMS Trigger resource value read from Data Model

Returns:

0 for success, or a negative value in case of error, including if no suitable LwM2M Server could be found.