reservedHexIds property

List<String> reservedHexIds
final

A list of reserved 4-character hexadecimal IDs that cannot be used for connection pooling.

These reserved IDs are predefined and should not be assigned to devices.

Implementation

final List<String> reservedHexIds = [
  '0001',
  '0002',
  '0003',
  '30F4',
  '46F9',
  '9BE5',
];