Exemplo n.º 1
0
 public MEGAResponse(byte[] input)
 {
     buffer   = input;
     response = new RESPONSE_FEEDBACK();
     this.load();
     //! emulate response
     response.details = new string[] {};
 }
Exemplo n.º 2
0
 public JSONResponse(byte[] input)
 {
     JSONByte = input;
     response = new RESPONSE_FEEDBACK();
     this.Load();
 }