Stop Stream

Stops a long-lived stream previously started

Request

A stop stream request is usually sent by the server to stop receiving data from a connected client, i.e., when an existing stream has been closed.

FieldValueDescription

Message Type

0x09

Start Stream

Message Size

Remaining Message Length

Body

FieldIdentifierTypeMandatoryValue

Stream Id

0x01

Yes

Stream identifier to stop.

Parameters

0x02

No

Payload

0x03

No

Response

Message

Description

Should answer with an OK if it is able to stop the requested stream.

Should answer with an error if the target stream is not enabled.

Last updated