Files
showbridge-docs/src/content/docs/processors/free-d/encode.mdx
T
2026-03-28 14:59:10 -05:00

15 lines
302 B
Plaintext

---
title: Encode FreeD
sidebar:
label: Encode
order: 2
---
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.
- **type**: `free.d.encode`
### Example
```yaml
- type: free.d.encode
```