Esempio n. 1
0
 public void Initialize(string name)
 {
     decoder = new QsysNv32hDecoder(name);
     decoder.QsysNv32hDecoderEvent += new EventHandler <QsysEventsArgs>(router_QsysDecoderEvent);
 }
Esempio n. 2
0
 public void Initialize(ushort _coreID, SimplSharpString _namedComponent)
 {
     this.decoder = new QsysNv32hDecoder((int)_coreID, _namedComponent.ToString());
     this.decoder.QsysNv32hDecoderEvent += new EventHandler <QsysEventsArgs>(router_QsysDecoderEvent);
 }