ReadonlynameProtectednodeReference to the owning MeshNode, set by ModuleRegistry on registration.
ReadonlyportnumThe port number this module handles.
Handle an incoming packet dispatched to this module's portnum.
Called once when the module is registered with a MeshNode.
Called when the MeshNode starts. Override for periodic tasks.
Called when the MeshNode stops. Override for cleanup.
Human-readable module name for logging.