This module defines the PPNet.Message.Hello struct and provides functions to parse
a binary or list representation of a Hello message into this struct.
Summary
Types
The PPNet.Message.Hello struct
Types
@type t() :: %PPNet.Message.Hello{ board_identifier: String.t(), board_version: non_neg_integer(), boot_id: non_neg_integer(), datetime: DateTime.t(), ppnet_version: non_neg_integer(), unique_id: String.t(), version: non_neg_integer() }
The PPNet.Message.Hello struct
Fields
unique_id- The unique ID of the deviceboard_identifier- The name of the boardversion- The version of the softwareboard_version- The version of the boardboot_id- The boot ID of the boardppnet_version- The version of the PPNet librarydatetime- The timestamp when the hello message was sent