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