ServerCommunicationStatus

Represents communication status

Entries

Link copied to clipboard

Communication was successful and data was sent to server

Link copied to clipboard

Communication has not yet occurred

Link copied to clipboard

Last communication was successful

Link copied to clipboard

Error occurred while building payload to send

Link copied to clipboard

Error occurred while encoding CoAP message

Link copied to clipboard

Error occurred while sending data to server

Link copied to clipboard

Unexpected error occurred

Link copied to clipboard

Modem is not registered in the network

Link copied to clipboard

No sim card detected

Link copied to clipboard

Communication with server timed out

Link copied to clipboard

Server response with 400 code

Link copied to clipboard

Server response with 401 code

Link copied to clipboard

Server response with 500 code

Link copied to clipboard

DNS error occurred while trying to resolve server address

Link copied to clipboard

Unable to read modem IMEI

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.