cacheId abstract method

void cacheId(
  1. String deviceId,
  2. String poolId
)

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);