Advertisement
neochapay

Untitled

Jan 16th, 2020
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. ^C
  2. bash-3.2# dbus-send --system --print-reply --type=method_call --dest=org.ofono / org.ofono.Manager.GetModems
  3. method return time=1579160812.635954 sender=:1.77 -> destination=:1.97 serial=47 reply_serial=2
  4. array [
  5. struct {
  6. object path "/quectelqmi_0"
  7. array [
  8. dict entry(
  9. string "Online"
  10. variant boolean true
  11. )
  12. dict entry(
  13. string "Powered"
  14. variant boolean true
  15. )
  16. dict entry(
  17. string "Lockdown"
  18. variant boolean false
  19. )
  20. dict entry(
  21. string "Emergency"
  22. variant boolean false
  23. )
  24. dict entry(
  25. string "Manufacturer"
  26. variant string "QUALCOMM INCORPORATED"
  27. )
  28. dict entry(
  29. string "Model"
  30. variant string "QUECTEL Mobile Broadband Module"
  31. )
  32. dict entry(
  33. string "Revision"
  34. variant string "EC25EFAR06A03M4G"
  35. )
  36. dict entry(
  37. string "Serial"
  38. variant string "80E8D500"
  39. )
  40. dict entry(
  41. string "Interfaces"
  42. variant array [
  43. string "org.ofono.SimManager"
  44. string "org.ofono.VoiceCallManager"
  45. string "org.nemomobile.ofono.SimInfo"
  46. ]
  47. )
  48. dict entry(
  49. string "Features"
  50. variant array [
  51. string "sim"
  52. ]
  53. )
  54. dict entry(
  55. string "Type"
  56. variant string "hardware"
  57. )
  58. ]
  59. }
  60. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement