Ejemplo n.º 1
0
 public MetadataParserService(IRawBytesToDeviceStateParserFactory rawBytesToDeviceStateParserFactory)
 {
     _rawBytesToDeviceStateParserFactory = rawBytesToDeviceStateParserFactory;
 }
Ejemplo n.º 2
0
 protected override void OnDisposing()
 {
     _rawBytesToDeviceStateParserFactory = null;
     base.OnDisposing();
 }