예제 #1
0
 public void StartReadHandler()
 {
     WorkingState.CurrentState = WorkingStates.Work;
     ModbusClient.StartReadAsync();
 }