grizzly v0.8.6 Grizzly.SeqNumber View Source
Used for managing sequence numbers.
According to Z-Wave Network documentation we have to have a global seq number between the values 0x00 and 0xFF (0 - 255).
This process is used for getting the current sequence number and incrementing the number correctly. After hitting 0xFF (255) the numer will start back at 0x00 (0).
This is process is only meant to be used internal to the application.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
get_and_inc()
View Source
get_and_inc()
View Source
get_and_inc() :: non_neg_integer()
get_and_inc() :: non_neg_integer()
Link to this function