🏠
Working from home
Pinned Loading
-
-
CommandDesconectarDispositivo
CommandDesconectarDispositivo 1private ICommand _desconnectCommand;
2public ICommand DesconnectCommand => _desconnectCommand ?? (_desconnectCommand = new Command(async (item) => {
3var device = item as IDevice;
45try {
-
Evento Estado de Bluetooth
Evento Estado de Bluetooth 1_ble.StateChanged += (s, e) => {
23try {
45switch (_ble.State) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.