RUI3 (RAK Unified Interface 3) - RAK4631
bg77::qicsgp

Public Member Functions

String get (int)
 
String set (int, int, String)
 
String set (int, int, String, String, String)
 
String set (int, int, String, String, String, int)
 

Member Function Documentation

◆ get()

String get ( int  )
Description
This api configures the <APN>, <username>, <password> and other parameters of a TCP/IP context.
Syntax
bg77.qicsgp.set(contextID)
Parameters
contextIDint Integer type. Context ID. Range: 1–16
Returns
String response

◆ set() [1/3]

String set ( int  ,
int  ,
String   
)
Description
This api configures the <APN>, <username>, <password> and other parameters of a TCP/IP context.
Syntax
bg77.qicsgp.set(contextID,context_type,APN)
Parameters
contextIDint Integer type. Context ID. Range: 1–16
context_typeint Integer type. Protocol type.
  • 1 IPv4
  • 2 IPv6
  • 3 IPv4v6
APNString String type. Access Point Name
Returns
String response

◆ set() [2/3]

String set ( int  ,
int  ,
String  ,
String  ,
String   
)
Description
This api configures the <APN>, <username>, <password> and other parameters of a TCP/IP context.
Syntax
bg77.qicsgp.set(contextID,context_type,APN,username,password)
Parameters
contextIDint Integer type. Context ID. Range: 1–16
context_typeint Integer type. Protocol type.
  • 1 IPv4
  • 2 IPv6
  • 3 IPv4v6
APNString String type. Access Point Name
usernameString String type. Username.
passwordString String type. Password.
Returns
String response

◆ set() [3/3]

String set ( int  ,
int  ,
String  ,
String  ,
String  ,
int   
)
Description
This api configures the <APN>, <username>, <password> and other parameters of a TCP/IP context.
Syntax
bg77.qicsgp.set(contextID,context_type,APN,username,password,authentication)
Parameters
contextIDint Integer type. Context ID. Range: 1–16
context_typeint Integer type. Protocol type.
  • 1 IPv4
  • 2 IPv6
  • 3 IPv4v6
APNString String type. Access Point Name
usernameString String type. Username.
passwordString String type. Password.
authenticationint Integer type. Authentication methods.
  • 0 None
  • 1 PAP
  • 2 CHAP
  • 3 PAP or CHAP
Returns
String response