connect

abstract suspend fun connect(action: NetworkAction, params: String? = null)

Perform network connection with another machine.

Parameters

action

The action to perform.

params

Additional parameters for the action.