IC
Size: a a a
IC
VS
IC
VS
VS
AH
public boolean isTrue(String string) {
return string != null && "true".equalsIgnoreOrdinal(string);
}
AH
R
if (boolValue.ToString().Length == 4) {...}
AH
if (boolValue.ToString().Length == 4) {...}
оГ
if (boolValue.ToString().Length == 4) {...}
оГ
Dv
let mapBatteryTypeAndLogError code gtin =
mapCode BatteryType.FromString code
|> Choice.mapr(fun _ ->
Log.Warning("Unexpected battery code. gtin={gtin}, batteryType={code}", gtin, code)
BatteryType.Other
)
|> Choice.codiag
let mapCategoryAndLogError code gtin =
mapCode Types.Category.FromString code
|> Choice.mapr(fun _ ->
Log.Warning("Unexpected category code. gtin={gtin}, category={code}", gtin, code)
Types.Category.GeneralHandling
)
|> Choice.codiag
let mapSlottingAndLogError code gtin =
mapCode Slotting.FromInt code
|> Choice.mapr(fun _ ->
Log.Warning("Unexpected slotting code. gtin={gtin}, category={code}", gtin, code)
Slotting.GeneralStorage
)
|> Choice.codiag
Dv
Dv
VA
VS
VS
КП
Maximum timer interval: 15.625 ms
Minimum timer interval: 0.500 ms
Current timer interval: 1.000 ms