
SE59XX-SDK
Software development Kit
User Manual
V1.2
7.3.5
void AtopSDKSet4GDisconnect (void)
API
: AtopSDKSet4GDisconnect
Arguments
: nothing (void)
Function
: closes a 3G/4G cellular connection and resets the 3G/4G cellular module
Returns
: nothing (void)
Example code
:
247 {
248 threeg_disconnect();
249 AtopSDK4GHWReset();
250 }
7.3.6
void AtopSDKSet4GPinDisable (void)
API
: AtopSDKSet4GPinDisable
Arguments
: nothing (void)
Function
: disables 3G/4G cellular module SIM PIN check
Returns
: nothing (void)
Example code
:
176 {
177 set_pin_enable(0);
178 }
7.3.7
void AtopSDKSet4GPinEnable (char * pinCode)
API
: AtopSDKSet4GPinEnable
Arguments
: new PIN code (char)
Function
: writes SIM PIN code to the 3G/4G cellular module to the ini file
Returns
: nothing (void)
Example code
:
161 {
162 set_pin_enable(1);
163 set_pinCode((uint8_t *)pinCode);
164 }
7.3.8
void AtopSDKSet4GReConnect (int value)
API
: AtopSDKSet4GReConnect
Arguments
: recon value (int)
Function
: writes 3G/4G cellular reconnection settings to the ini file
Returns
: nothing (void)
Example code
:
204 {
205 set_reconn_enable(value);
206 }
7.3.9
void AtopSDKSetNetDefGateway (int eth)
Содержание SE59XX-SDK
Страница 11: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 13: ...SE59XX SDK Software development Kit User Manual V1 2 libatop so 1 0 0 ATOP library binary...
Страница 17: ...SE59XX SDK Software development Kit User Manual V1 2 Figure 2 5 SE5904DB o ot loadermenu...
Страница 33: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 35: ...SE59XX SDK Software development Kit User Manual V1 2 SE5901B SE5908 16...
Страница 36: ...SE59XX SDK Software development Kit User Manual V1 2 SE5908A 16A...
Страница 37: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 43: ...SE59XX SDK Software development Kit User Manual V1 2 5 SG Signal Ground SG Signal Ground SG Signal Ground...
Страница 52: ...SE59XX SDK Software development Kit User Manual V1 2...