PLCProtocol.cs 97 B

12345678
  1. namespace IPLCConnect
  2. {
  3. public enum PLCProtocol
  4. {
  5. Modbus,
  6. S7,
  7. }
  8. }