3
ModuleClientAPINeighbor
Mees van der Wijk edited this page 2025-08-10 17:34:23 +02:00

ModuleClientApi - Neighbor

Class representing a Neighbor of the ModuleClientAPI User.

Methods

Send a packet to this neighbor.

Neighbor.send(header, ...args);
Argument Type Description
header string The header of the message.
args any[] Data of any type.

Constants

moduleType

The type of the module.

Neighbor.moduleType;

moduleId

The id of the module.

Neighbor.moduleId;