예제 #1
0
 public Task SetAgcState(AgcMode agcMode) => throw new NotImplementedException();
예제 #2
0
 public Task SetAgcState(AgcMode agcMode) => ExecuteWithExceptionHandling(a => hamLibWrapper.SetAgcState(a), agcMode);