NeighborInfoHandler

Interface for handling neighbor info responses from the mesh.

Properties

Link copied to clipboard
abstract var lastNeighborInfo: NeighborInfo?

The latest neighbor info received from the connected radio.

Functions

Link copied to clipboard
abstract fun handleNeighborInfo(packet: MeshPacket)

Processes a neighbor info packet.

Link copied to clipboard
abstract fun recordStartTime(requestId: Int)

Records the start time for a neighbor info request.