Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [krkhan@orthanc rpc]$ ./add_client localhost
  2. Enter a (hex): 11223344
  3. Enter b (hex): 55667788
  4. parameters: 0x11223344, 0x55667788
  5.  
  6. [root@orthanc rpc]# ./add_server
  7. add function called
  8. parameters: 0x11223344, 0x55667788
  9.  
  10. [krkhan@orthanc rpc]$ ./add_client localhost
  11. Enter a (hex): 1122334455667788
  12. Enter b (hex): 002224466
  13. parameters: 0x1122334455667788, 0x2224466
  14. call failed: RPC: Can't encode arguments
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement