setSpaceCheck abstract method
Sets the space check mode for Industrial 2 of 5 symbology.
deviceId
- The identifier of the target device.
enabled
- A boolean indicating whether to enable (true
) or disable (false
) the space check.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setSpaceCheck(
{required String deviceId, required bool enabled});