nabto_device_service_invocation_get_response_message_format()

DESCRIPTION

Get the message format of a service invocation response. This can be used to determine how to decode the response message. The message format is undefined if the service invocation failed.

DECLARATION

NABTO_DEVICE_DECL_PREFIX NabtoDeviceServiceInvokeMessageFormat NABTO_DEVICE_API
nabto_device_service_invocation_get_response_message_format(NabtoDeviceServiceInvocation* serviceInvocation)

PARAMETERS

serviceInvocation:
[in] The service invocation object.

RETURNS

The format of the response message.