Skip to content

Commit

Permalink
Getting Network Information added
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedjohar authored Dec 28, 2020
1 parent 28cca1d commit cc6feb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample/configureGPRS.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@
node.getSignalQuality()

print ("Checking Attached operator")
node.getOperator()
node.getOperator()

print("Getting Network Information")
node.getQueryNetworkInfo()

0 comments on commit cc6feb4

Please sign in to comment.