Global

Type Definitions

dataHandler(object)

This callback handles a received data object.

Parameters:
Name Type Description
object Object

The data object.

Source:

packetHandler(packet)

This callback handles a received packet.

Parameters:
Name Type Description
packet Stormancer.Packet

The packet containing some data.

Source: