Files
showbridge-docs/src/content/docs/processors/free-d/encode.mdx
T
2026-08-19 10:12:58 -05:00

19 lines
399 B
Plaintext

---
title: Encode FreeD
sidebar:
label: Encode
order: 2
---
import SchemaInfo from '../../../../components/SchemaInfo.astro';
This processor will encode a FreeD message into an array of bytes. This processor will return an error if the message being processed is not a FreeD message.
<SchemaInfo type="processor" id="freed.encode"/>
### Example
```yaml
- id: encode
type: freed.encode
```