dtu_register.go 86 B

123456
  1. package iotStruct
  2. type DtuRegisterChanMsg struct {
  3. SN string
  4. Value *DtuClient
  5. }