init

abstract fun init(parameters: ByteArray?): BaseMeshMessage?

Initializes the mesh message based on the given parameters.

Return

the decoded BaseMeshMessage.

Parameters

parameters

Byte array containing the payload of the mesh message.