cacheId

abstract fun cacheId(deviceId: String, poolId: String)

Caches the connection pool ID locally for the specified device.

This method stores the provided poolId for a given deviceId in memory, allowing it to be quickly retrieved later via getId without needing to re-fetch from the device.

Parameters

deviceId

The identifier of the target device.

poolId

The 4-character hexadecimal connection pool ID to cache.