using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GpsCardGatewayPosition.Model.Enum { /// /// IOT Topic类型 /// public enum IotTopicType { Status = 0x100, Property = 0x200, PropertyHistory, Event = 0x300 } }