# `Grizzly.ZWave.Commands.CRC16Encap`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/crc_16_encap.ex#L1)

The CRC-16 Encapsulation Command is used to encapsulate a command with an additional checksum to
ensure integrity of the payload.

Params:

  * `:command` - the encapsulated Command

# `param`

```elixir
@type param() :: {:command, Grizzly.ZWave.Command.t()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
