终端一体化运控平台
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.
 
 
 

24 rader
529 B

  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. }