setSuffixFromString abstract method
- required String deviceId,
- required String suffix,
- FormattableSymbology symbology = FormattableSymbology.allCodes,
Sets the suffix formatting using a string.
deviceId
- The identifier of the target device.
suffix
- A string for the suffix, with a maximum length of 4.
symbology
- The FormattableSymbology to apply the suffix for.
Returns a CommandResponse indicating the success or failure of the operation.
Implementation
Future<CommandResponse> setSuffixFromString({
required String deviceId,
required String suffix,
FormattableSymbology symbology = FormattableSymbology.allCodes,
});