View Source Grizzly.ZWave.CommandClasses.Security2.AAD (grizzly v8.6.0)

S2 AAD (Additional Authenticated Data) structure

Summary

Functions

Encodes the AAD into a binary.

Create a new S2 AAD struct.

Types

@type t() :: %Grizzly.ZWave.CommandClasses.Security2.AAD{
  destination_tag: non_neg_integer(),
  encrypted_extensions?: boolean(),
  extensions: binary(),
  home_id: non_neg_integer(),
  message_length: non_neg_integer(),
  sender_node_id: non_neg_integer(),
  sequence_number: non_neg_integer()
}

Functions

Encodes the AAD into a binary.

Create a new S2 AAD struct.