Sha256: 0bbb40393401580b990905236b22bc62abb7b2e5c4dbfdfc3d1d7b87b46abb6c
Contents?: true
Size: 622 Bytes
Versions: 2
Compression:
Stored size: 622 Bytes
Contents
#Hook The hook module allows the client to receive hook_event messages. This is a required module. ###Driver messages `if_hook_event(name, info)` - The name of the hook event and the information received. ####Driver spec functions (only required in debug mode) `if_hook_spec_dump_rcvd_events` - Schedules the event `if_hook_spec_dump_res` to be sent out with a message in the form of `[1, "if_hook_spec_dump_rcvd_events_res", [{name:name, info:info}, ...]}` where the array contains the parameters to all the calls to `if_hook_event` with the example hash and in sequential order where the oldest is the greatest index.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.102 | docs/mod/hook.md |
flok-0.0.101 | docs/mod/hook.md |