> ## Documentation Index
> Fetch the complete documentation index at: https://docs.endstate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# stopFrame

> Framed `Stop` command.

Framed `Stop` command.

```ts theme={null}
import { stopFrame } from "@endstate-sdk/reader/tcmp";
```

```ts theme={null}
stopFrame(): Uint8Array
```

## Example

```ts theme={null}
await transport.write(stopFrame());
```
