Ejemplo n.º 1
0
 internal Task <TResponseData> ExecuteAtQueryAsync <TResponseData>(AtCommand command)
     where TResponseData : AtCommandResponseFrameData
 {
     return(Controller.ExecuteAtQueryAsync <TResponseData>(command, GetAddressInternal()));
 }
Ejemplo n.º 2
0
 internal async Task <TResponseData> ExecuteAtQueryAsync <TResponseData>(AtCommand command)
     where TResponseData : AtCommandResponseFrameData
 {
     return(await Controller.ExecuteAtQueryAsync <TResponseData>(command, Address));
 }