Skip to content
View marqzosvaldo's full-sized avatar
🏠
Working from home
🏠
Working from home
  • GoStrategy
Block or Report

Block or report marqzosvaldo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. StarWars StarWars Public

    Xamarin Star Wars

    C# 1 1

  2. BLEXamarin BLEXamarin Public

    BLE Xamarin Forms

    C# 1 1

  3. CommandDesconectarDispositivo CommandDesconectarDispositivo
    1
     private ICommand _desconnectCommand;
    2
            public ICommand DesconnectCommand => _desconnectCommand ?? (_desconnectCommand = new Command(async (item) => {
    3
                var device = item as IDevice;
    4
    5
                try { 
  4. Evento Estado de Bluetooth Evento Estado de Bluetooth
    1
     _ble.StateChanged += (s, e) => {
    2
    3
                    try {
    4
    5
                        switch (_ble.State) {