nabto_device_stream_abort()

DESCRIPTION

Abort a stream. When a stream is aborted, all unresolved futures will be resolved. Once all futures are resolved nabto_device_stream_free() can be called.

DECLARATION

NABTO_DEVICE_DECL_PREFIX void NABTO_DEVICE_API
nabto_device_stream_abort(NabtoDeviceStream* stream)

PARAMETERS

stream:
[in] The stream to abort.