Structures

The following structures are available globally.

  • FreeRTOS Constants

    Declaration

    Swift

    public struct AmazonFreeRTOS
  • BLE services used by the SDK.

    Declaration

    Swift

    public struct AmazonFreeRTOSGattService
  • BLE characteristics used by the SDK.

    Declaration

    Swift

    public struct AmazonFreeRTOSGattCharacteristic
  • Mqtt proxy message of Connack.

    See more

    Declaration

    Swift

    public struct Connack : Encborable
  • Mqtt proxy message of Connect.

    See more

    Declaration

    Swift

    public struct Connect : Decborable
  • Mqtt proxy message of Disconnect.

    Declaration

    Swift

    public struct Disconnect : Decborable
  • Generic mqtt proxy message.

    See more

    Declaration

    Swift

    public struct MqttMessage : Decborable
  • Mqtt proxy message of Pingreq.

    Declaration

    Swift

    public struct Pingreq : Decborable
  • Mqtt proxy message of Pingresp.

    Declaration

    Swift

    public struct Pingresp : Encborable
  • Mqtt proxy message of Puback.

    See more

    Declaration

    Swift

    public struct Puback : Encborable
  • Mqtt proxy message of Publish.

    See more

    Declaration

    Swift

    public struct Publish : Encborable, Decborable
  • Mqtt proxy message of Suback.

    See more

    Declaration

    Swift

    public struct Suback : Encborable
  • Mqtt proxy message of Subscribe.

    See more

    Declaration

    Swift

    public struct Subscribe : Decborable
  • Mqtt proxy message of Unsuback.

    See more

    Declaration

    Swift

    public struct Unsuback : Encborable
  • Mqtt proxy message of Unsubscribe.

    See more

    Declaration

    Swift

    public struct Unsubscribe : Decborable
  • Delete network request.

    See more

    Declaration

    Swift

    public struct DeleteNetworkReq : Encborable
  • Delete network response.

    See more

    Declaration

    Swift

    public struct DeleteNetworkResp : Decborable
  • Edit network request.

    See more

    Declaration

    Swift

    public struct EditNetworkReq : Encborable
  • Edit network response.

    See more

    Declaration

    Swift

    public struct EditNetworkResp : Decborable
  • List network request.

    See more

    Declaration

    Swift

    public struct ListNetworkReq : Encborable
  • List network response.

    See more

    Declaration

    Swift

    public struct ListNetworkResp : Decborable
  • Generic network config message.

    See more

    Declaration

    Swift

    public struct NetworkMessage : Decborable
  • Save network request.

    See more

    Declaration

    Swift

    public struct SaveNetworkReq : Encborable
  • Save network response.

    See more

    Declaration

    Swift

    public struct SaveNetworkResp : Decborable