public qdb_buffer(qdb_handle handle)
 {
     _handle = handle;
 }
Exemple #2
0
 public QdbApi()
 {
     _handle = qdb_api.qdb_open_tcp();
 }