终端一体化运控平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Device_MorkT.cs 529 B

2 år sedan
2 år sedan
2 år sedan
2 år sedan
2 år sedan
2 år sedan
2 år sedan
1234567891011121314151617181920212223
  1. using BPASmartClient.Device;
  2. using BPASmartClient.Peripheral;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. namespace BPASmartClient.MorkT
  9. {
  10. public class Device_MorkT : BaseDevice
  11. {
  12. public override global::BPA.Message.Enum.DeviceClientType DeviceType { get { return BPA.Message.Enum.DeviceClientType.MORKIC; } }
  13. public override void StartMain()
  14. {
  15. }
  16. public override void Stop()
  17. {
  18. }
  19. }
  20. }