-
-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #767 from pennam/gsm_debug_retry
GSM: Add cellular state machine events reporting
- Loading branch information
Showing
10 changed files
with
651 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
####################################### | ||
# Syntax Coloring Map For GSM | ||
####################################### | ||
|
||
####################################### | ||
# Class (KEYWORD1) | ||
####################################### | ||
|
||
GSM KEYWORD1 | ||
GSMClient KEYWORD1 | ||
GSMSSLClient KEYWORD1 | ||
GSMUDP KEYWORD1 | ||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
begin | ||
disconnect | ||
end | ||
getTime | ||
getLocalTime | ||
setTime | ||
enableCmux | ||
isCmuxEnable | ||
trace | ||
setTraceLevel | ||
ping | ||
isConnected | ||
getNetwork | ||
|
||
####################################### | ||
# Constants (LITERAL1) | ||
####################################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.