menu
modbus_typed_client
modbus_typed_client.dart
RawReadCallback<
R
> typedef
RawReadCallback
dark_mode
light_mode
RawReadCallback<
R
>
typedef
RawReadCallback
<
R
> =
Future
<
R
>
Function
(
int
amount
)
Implementation
typedef RawReadCallback<R> = Future<R> Function(int amount);
modbus_typed_client
modbus_typed_client
RawReadCallback<
R
> typedef
modbus_typed_client library