/// /// WCS 推送设备数据处理 /// public interface IWcsSocketDataHandle:IDevice { /// /// 后台数据变化处理 /// /// /// void DataHandle(object data,object other = null); WebSocketChannleKey GetChannleKey() { return new WebSocketChannleKey(DeviceCode, DeviceType); } }