native rM2M_RegOnChg(funcidx);
Specifies the function that should be called up if one of the registration memory blocks has changed.
Detailed information on the registration memory blocks is provided in chapter "Registration memory
blocks" on page 36.
Parameter
Explanation
funcidx
Index of the public function that should be called up if the registration has changed
Type of function: public func(reg);
Explanation
Return value
l
OK, if successful
l
< OK, if an error occurs (see "Return codes for general purposes" in
chapter "Constants" on page 118)
13.2.8 Position
13.2.8.1 Arrays with symbolic indices
TrM2M_GSMPos
Information about a GSM/UMTS/LTE cell in the receiving range
// mcc
MCC (Mobile Country Code) of the GSM cell
// mnc
MNC (Mobile Network Code) of the GSM cell
// lac
LAC (Location Area Code) of the GSM cell
// cellid
Cell ID of the GSM cell
// rssi
Detected GSM level [dBm] for the GSM cell
// ta
TA (Timing Advance) of the GSM cell (currently always 0)
#define TrM2M_GSMPos[.mcc, .mnc, .lac, .cellid, .rssi, .ta]
TrM2M_PosUpdateGSM
Information about a GSM cell in the receiving range
// type
specifies the type of the entry (RM2M_POSUPDATE_TYPE_GSM)
// stamp
Time when data was recorded
// mcc
MCC (Mobile Country Code) of the GSM cell
// mnc
MNC (Mobile Network Code) of the GSM cell
// lac
LAC (Location Area Code) of the GSM cell
// cid
Cell ID of the GSM cell
// rssi
Detected GSM level [dBm] for the GSM cell
// ta
TA (Timing Advance) of the GSM cell (currently always 0)
#define TrM2M_PosUpdateGSM [.type, .stamp, .mcc, .mnc, .lac, .cid, .rssi, .ta]
160
Rev. 05
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......