Ejemplo n.º 1
0
 public async static Task SetMode(this ITransceiver transceiver, params Protocol[] protocols)
 {
     await transceiver.SetMode(TransceiverType.RfxTrx43392, protocols);
 }