setSCodeTransmissionAsInterleaved abstract method
Sets the transmission mode of S-Code as Interleaved 2 of 5.
deviceId
- The identifier of the target device.
enabled
- A boolean indicating whether to transmit (true
) or not transmit (false
) the S-Code as Interleaved 2 of 5.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setSCodeTransmissionAsInterleaved(
{required String deviceId, required bool enabled});