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

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(start_number) View Source