cacheId abstract method
Caches the connection pool ID for the specified device. This is used to store the connection pool ID for a device without setting it. It will be called automatically whenever setId is executed to update the cache.
deviceId
- The identifier of the target device.
poolId
- A valid 4-character hexadecimal connection pool ID.
Implementation
void cacheId(String deviceId, String poolId);