VendorModelHandler

fun interface VendorModelHandler

Handler for vendor model messages.

Implement this interface to handle custom vendor model operations. Register the handler with ModelDispatcher.register.

Functions

Link copied to clipboard
abstract suspend fun handleMessage(opcode: MeshOpcode, parameters: ByteArray): ByteArray?

Handle an incoming vendor model message.