handleDeviceUIConfig

abstract fun handleDeviceUIConfig(config: DeviceUIConfig, session: RadioSessionContext): Boolean(source)

Handles the DeviceUIConfig received during the config handshake (STATE_SEND_UIDATA). This arrives as the 2nd packet in every handshake, immediately after my_info.

Return

true when the update is admitted for the current session; false when session is stale or revoked.

Parameters

session

The transport session that admitted config.