ViamReading extension
Methods
-
getBleService(
{dynamic attempts = 2}) → Future< BluetoothService> -
Available on BluetoothDevice, provided by the ViamReading extension
-
readAgentVersion(
) → Future< String> -
Available on BluetoothDevice, provided by the ViamReading extension
-
readErrors(
) → Future< List< String> > -
Available on BluetoothDevice, provided by the ViamReading extension
Errors are returned in a list ordered from oldest to newest. -
readFragmentId(
) → Future< String> -
Available on BluetoothDevice, provided by the ViamReading extension
-
readManufacturer(
) → Future< String> -
Available on BluetoothDevice, provided by the ViamReading extension
-
readModel(
) → Future< String> -
Available on BluetoothDevice, provided by the ViamReading extension
-
readNetworkList(
) → Future< List< WifiNetwork> > -
Available on BluetoothDevice, provided by the ViamReading extension
-
readStatus(
) → Future< ({bool isConfigured, bool isConnected})> -
Available on BluetoothDevice, provided by the ViamReading extension