示例#1
0
 public AspMqttClient(IMqttClientOptions options)
 {
     Options = options;
     client  = new MqttFactory().CreateMqttClient();
     client.UseApplicationMessageReceivedHandler(OnMessage);
     _context = new yard_management_dbContext();
 }
示例#2
0
 public Sensor(yard_management_dbContext context)
 {
     _context = context;
 }