connectionPoolId property

String connectionPoolId
final

The connection pool ID associated with the device.

The connection pool ID is a 4-character hexadecimal identifier used in connection pooling, which allows for automatic and exclusive connections to a device. It ensures that a scanner connects only to devices that match its connection pool ID.

It is important to note that the client is responsible for filtering devices based on the connection pool ID retrieved in this object and comparing it with the expected ID in their application. The connection pool ID can be set using the ConnectionPoolSettings class, which allows you to configure or reset the pool ID for a scanner.

Implementation

final String connectionPoolId;