Exemplo n.º 1
0
 protected virtual async Task ExecuteAtCommandAsync(AtCommand command)
 {
     await Controller.ExecuteAtCommandAsync(command, Address);
 }
Exemplo n.º 2
0
 protected virtual async Task ExecuteAtCommandAsync(AtCommand command, bool queueLocal = false)
 {
     await Controller.ExecuteAtCommandAsync(command, Address, queueLocal);
 }