List of R2D2 Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 111: | Line 111: | ||
|[[R2D2 Error Codes|Error Code]] in case of error | |[[R2D2 Error Codes|Error Code]] in case of error | ||
|SMS | |SMS | ||
|- | |||
|[[R2D2 - ConnectData|ConnectData]] | |||
|Establish Data Connection | |||
|PortIndex | |||
|[[R2D2 Error Codes|Error Code]] in case of error | |||
|Data | |||
|- | |||
|GetDataStatus | |||
|Get Status of the Data Connection | |||
|PortIndex | |||
|[[R2D2 Error Codes|Error Code]] in case of error | |||
|Data | |||
|- | |||
|SetDataParameters | |||
|Set Data Connection parameters | |||
|PortIndex | |||
|[[R2D2 Error Codes|Error Code]] in case of error | |||
|Data | |||
|- | |||
|GetDataParameters | |||
|Get Data Connection Parameters | |||
|PortIndex | |||
|[[R2D2 Error Codes|Error Code]] in case of error | |||
|Data | |||
|} | |} |
Revision as of 22:06, 8 June 2024
R2D2 Command | Description | Input Arguments | Returns | Category |
---|---|---|---|---|
BackupCDR | Backup CDR files | BackupFileName | Error Code in case of error | CDR |
DeletePortLogs | Delete Logs of a Port | PortIndex | Error Code in case of error | Logs |
GetCDR | Get CDR File Path | None. | CDR File Path | CDR |
GetCDRLine | Get Line of CDR File | PortIndex CdrFileName LineNumber | CdrLine, Error Code in case of error | CDR |
ResetCDR | Purges CDR, GSM and Data Logs | None. | None. | CDR |
StartPortLog | Start Log for a Port | PortIndex UniqueID | Error Code in case of error | Logs |
StopPortLog | Stop Log for a Port | PortIndex UniqueID | Error Code in case of error | Logs |
GsmRegistrationMode | Set/Get GSM Auto Registration Mode | Port index [Registration mode] | Command status or Registration mode | Network |
GetModemInfo | Get Modem Informations | PortIndex | Modem informations | General |
ImsiAttach | Attach a SIM to the Network | PortIndex | Error Code in case of error | Network |
ImsiDetach | Detach a SIM from the Network | PortIndex | Error Code in case of error | Network |
ImsiStatus | Get SIM Registration status | PortIndex | IMSI status (ATTACHED or DETACHED) | Network |
StartGsmPort | Open/Start a GSM Port | PortIndex | Error Code in case of error | General |
StopGsmPort | Close/Stop a GSM Port | PortIndex | Error Code in case of error | General |
SendAtCommand | Send AT Command to GSM Port | PortIndex ATCommand | Response from the GSM modem | General |
SendSmsText | Send a specified Text as a SMS | PortIndex Number SMS text [SMSC [Timeout]] | Error Code in case of error | SMS |
GetSmsCenter | Get SMS Centers numbers | PortIndex | SMS Centers Numbers | SMS |
SetSmsCenter | Set SMS Center Number | PortIndex SMSNumber | Error Code in case of error | SMS |
ConnectData | Establish Data Connection | PortIndex | Error Code in case of error | Data |
GetDataStatus | Get Status of the Data Connection | PortIndex | Error Code in case of error | Data |
SetDataParameters | Set Data Connection parameters | PortIndex | Error Code in case of error | Data |
GetDataParameters | Get Data Connection Parameters | PortIndex | Error Code in case of error | Data |