grizzly v0.7.0 Grizzly.Packet.HeaderExtension.ExpectedDelay View Source
Expected Delay is the header extension that is found in a Z/IP Command to indicate how many seconds until the command will be received by a node and processed.
- Non-Sleeping devices: this extension does not apply
- Frequently Listening Nodes: 1 seconds
- Sleeping devices: > 1
Link to this section Summary
Link to this section Types
Link to this type
seconds()
View Source
seconds()
View Source
seconds() :: non_neg_integer()
seconds() :: non_neg_integer()
Link to this opaque
t()
View Source
(opaque)
t()
View Source
(opaque)
t()
t()
Link to this section Functions
Link to this function
get_seconds(expected_delay) View Source
Get the number seconds of expected delay
Link to this function