Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


mm-modem.h
001: 
002: /* Generated Header file do not edit */
003: /* ModemManager D-Bus Interface Specification */
004: 
005: /*
006:  *  version 0.5
007:  */
008: 
009: #define MM_MODEMMANAGER_PATH    "/org/freedesktop/ModemManager"
010: #define MM_MODEMMANAGER_SERVICE "org.freedesktop.ModemManager"
011: 
012: /**************
013:  * Interfaces *
014:  **************/
015: 
016: #define MM_MODEMMANAGER_INTERFACE  "org.freedesktop.ModemManager"
017: #define MM_MODEM_INTERFACE  "org.freedesktop.ModemManager.Modem"
018: #define MM_MODEM_SIMPLE_INTERFACE  "org.freedesktop.ModemManager.Modem.Simple"
019: #define MM_MODEM_LOCATION_INTERFACE  "org.freedesktop.ModemManager.Modem.Location"
020: #define MM_MODEM_CDMA_INTERFACE  "org.freedesktop.ModemManager.Modem.Cdma"
021: #define MM_MODEM_GSM_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm"
022: #define MM_MODEM_GSM_CARD_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.Card"
023: #define MM_MODEM_GSM_CONTACTS_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.Contacts"
024: #define MM_MODEM_GSM_NETWORK_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.Network"
025: #define MM_MODEM_GSM_SMS_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.SMS"
026: #define MM_MODEM_GSM_HSO_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.Hso"
027: #define MM_MODEM_GSM_USSD_INTERFACE  "org.freedesktop.ModemManager.Modem.Gsm.Ussd"
028: #define MM_DBUS_PROPERTIES_INTERFACE  "org.freedesktop.DBus.Properties"
029: 
030: /***********************
031:  * Methods/Enums/Flags *
032:  ***********************/
033: 
034: /*
035:  * Interface org.freedesktop.ModemManager
036:  */
037:   
038: #define MM_MANAGER_METHOD_ENUMERATEDEVICES "EnumerateDevices"
039: #define MM_MANAGER_METHOD_SETLOGGING "SetLogging"
040: 
041: #define MM_MANAGER_SIGNAL_DEVICEADDED "DeviceAdded"
042: #define MM_MANAGER_SIGNAL_DEVICEREMOVED "DeviceRemoved"
043: 
044: /*
045:  * Interface org.freedesktop.ModemManager.Modem
046:  */
047:   
048: #define MM_MODEM_METHOD_ENABLE "Enable"
049: #define MM_MODEM_METHOD_CONNECT "Connect"
050: #define MM_MODEM_METHOD_DISCONNECT "Disconnect"
051: #define MM_MODEM_METHOD_GETIP4CONFIG "GetIP4Config"
052: #define MM_MODEM_METHOD_GETINFO "GetInfo"
053: #define MM_MODEM_METHOD_RESET "Reset"
054: #define MM_MODEM_METHOD_FACTORYRESET "FactoryReset"
055: 
056: #define MM_MODEM_SIGNAL_STATECHANGED "StateChanged"
057: 
058: /* MM_MODEM_TYPE enum values */
059: 
060: #define MM_MODEM_TYPE_GSM 1
061: #define MM_MODEM_TYPE_CDMA 2
062: 
063: /* MM_MODEM_IP_METHOD enum values */
064: 
065: #define MM_MODEM_IP_METHOD_PPP 0
066: #define MM_MODEM_IP_METHOD_STATIC 1
067: #define MM_MODEM_IP_METHOD_DHCP 2
068: 
069: /* MM_MODEM_STATE_CHANGED_REASON enum values */
070: 
071: #define MM_MODEM_STATE_CHANGED_REASON_UNKNOWN 0
072: #define MM_MODEM_STATE_CHANGED_REASON_USER_REQUESTED 1
073: #define MM_MODEM_STATE_CHANGED_REASON_SUSPEND 2
074: 
075: /*
076:  * Interface org.freedesktop.ModemManager.Modem.Simple
077:  */
078:   
079: #define MM_MODEM_SIMPLE_METHOD_CONNECT "Connect"
080: #define MM_MODEM_SIMPLE_METHOD_GETSTATUS "GetStatus"
081: 
082: /*
083:  * Interface org.freedesktop.ModemManager.Modem.Location
084:  */
085:   
086: #define MM_MODEM_LOCATION_METHOD_ENABLE "Enable"
087: #define MM_MODEM_LOCATION_METHOD_GETLOCATION "GetLocation"
088: 
089: /* MM_MODEM_LOCATION_CAPABILITIES flag values */
090: 
091: #define MM_MODEM_LOCATION_CAPABILITY_UNKNOWN 0x0
092: #define MM_MODEM_LOCATION_CAPABILITY_GPS_NMEA 0x1
093: #define MM_MODEM_LOCATION_CAPABILITY_GSM_LAC_CI 0x2
094: #define MM_MODEM_LOCATION_CAPABILITY_GPS_RAW 0x4
095: 
096: /*
097:  * Interface org.freedesktop.ModemManager.Modem.Cdma
098:  */
099:   
100: #define MM_MODEM_CDMA_METHOD_ACTIVATE "Activate"
101: #define MM_MODEM_CDMA_METHOD_ACTIVATEMANUAL "ActivateManual"
102: #define MM_MODEM_CDMA_METHOD_GETSIGNALQUALITY "GetSignalQuality"
103: #define MM_MODEM_CDMA_METHOD_GETESN "GetEsn"
104: #define MM_MODEM_CDMA_METHOD_GETSERVINGSYSTEM "GetServingSystem"
105: #define MM_MODEM_CDMA_METHOD_GETREGISTRATIONSTATE "GetRegistrationState"
106: 
107: #define MM_MODEM_CDMA_SIGNAL_ACTIVATIONSTATECHANGED "ActivationStateChanged"
108: #define MM_MODEM_CDMA_SIGNAL_SIGNALQUALITY "SignalQuality"
109: #define MM_MODEM_CDMA_SIGNAL_REGISTRATIONSTATECHANGED "RegistrationStateChanged"
110: 
111: /* MM_MODEM_CDMA_REGISTRATION_STATE enum values */
112: 
113: #define MM_MODEM_CDMA_REGISTRATION_STATE_UNKNOWN 0
114: #define MM_MODEM_CDMA_REGISTRATION_STATE_REGISTERED 1
115: #define MM_MODEM_CDMA_REGISTRATION_STATE_HOME 2
116: #define MM_MODEM_CDMA_REGISTRATION_STATE_ROAMING 3
117: 
118: /* MM_MODEM_CDMA_ACTIVATION_STATE enum values */
119: 
120: #define MM_MODEM_CDMA_ACTIVATION_STATE_NOT_ACTIVATED 0
121: #define MM_MODEM_CDMA_ACTIVATION_STATE_ACTIVATING 1
122: #define MM_MODEM_CDMA_ACTIVATION_STATE_PARTIALLY_ACTIVATED 2
123: #define MM_MODEM_CDMA_ACTIVATION_STATE_ACTIVATED 3
124: 
125: /* MM_MODEM_CDMA_ACTIVATION_ERROR enum values */
126: 
127: #define MM_MODEM_CDMA_ACTIVATION_ERROR_NO_ERROR 0
128: #define MM_MODEM_CDMA_ACTIVATION_ERROR_ROAMING 1
129: #define MM_MODEM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE 2
130: #define MM_MODEM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT 3
131: #define MM_MODEM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED 4
132: #define MM_MODEM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED 5
133: #define MM_MODEM_CDMA_ACTIVATION_ERROR_NO_SIGNAL 6
134: #define MM_MODEM_CDMA_ACTIVATION_ERROR_UNKNOWN 7
135: #define MM_MODEM_CDMA_ACTIVATION_ERROR_TIMED_OUT 8
136: #define MM_MODEM_CDMA_ACTIVATION_ERROR_START_FAILED 9
137: 
138: /*
139:  * Interface org.freedesktop.ModemManager.Modem.Gsm
140:  */
141:   
142: /* MM_MODEM_GSM_ALLOWED_MODE enum values */
143: 
144: #define MM_MODEM_GSM_ALLOWED_MODE_ANY 0
145: #define MM_MODEM_GSM_ALLOWED_MODE_2G_PREFERRED 1
146: #define MM_MODEM_GSM_ALLOWED_MODE_3G_PREFERRED 2
147: #define MM_MODEM_GSM_ALLOWED_MODE_2G_ONLY 3
148: #define MM_MODEM_GSM_ALLOWED_MODE_3G_ONLY 4
149: 
150: /* MM_MODEM_GSM_ACCESS_TECH enum values */
151: 
152: #define MM_MODEM_GSM_ACCESS_TECH_UNKNOWN 0
153: #define MM_MODEM_GSM_ACCESS_TECH_GSM 1
154: #define MM_MODEM_GSM_ACCESS_TECH_GSM_COMPACT 2
155: #define MM_MODEM_GSM_ACCESS_TECH_GPRS 3
156: #define MM_MODEM_GSM_ACCESS_TECH_EDGE 4
157: #define MM_MODEM_GSM_ACCESS_TECH_UMTS 5
158: #define MM_MODEM_GSM_ACCESS_TECH_HSDPA 6
159: #define MM_MODEM_GSM_ACCESS_TECH_HSUPA 7
160: #define MM_MODEM_GSM_ACCESS_TECH_HSPA 8
161: #define MM_MODEM_GSM_ACCESS_TECH_HSPA_PLUS 9
162: #define MM_MODEM_GSM_ACCESS_TECH_LTE 10
163: 
164: /* MM_MODEM_GSM_MODE flag values */
165: 
166: #define MM_MODEM_GSM_MODE_UNKNOWN 0x0
167: #define MM_MODEM_GSM_MODE_ANY 0x1
168: #define MM_MODEM_GSM_MODE_GPRS 0x2
169: #define MM_MODEM_GSM_MODE_EDGE 0x4
170: #define MM_MODEM_GSM_MODE_UMTS 0x8
171: #define MM_MODEM_GSM_MODE_HSDPA 0x10
172: #define MM_MODEM_GSM_MODE_2G_PREFERRED 0x20
173: #define MM_MODEM_GSM_MODE_3G_PREFERRED 0x40
174: #define MM_MODEM_GSM_MODE_2G_ONLY 0x80
175: #define MM_MODEM_GSM_MODE_3G_ONLY 0x100
176: #define MM_MODEM_GSM_MODE_HSUPA 0x200
177: #define MM_MODEM_GSM_MODE_HSPA 0x400
178: #define MM_MODEM_GSM_MODE_GSM 0x800
179: #define MM_MODEM_GSM_MODE_GSM_COMPACT 0x1000
180: 
181: /* MM_MODEM_GSM_BAND flag values */
182: 
183: #define MM_MODEM_GSM_BAND_UNKNOWN 0x0
184: #define MM_MODEM_GSM_BAND_ANY 0x1
185: #define MM_MODEM_GSM_BAND_EGSM 0x2
186: #define MM_MODEM_GSM_BAND_DCS 0x4
187: #define MM_MODEM_GSM_BAND_PCS 0x8
188: #define MM_MODEM_GSM_BAND_G850 0x10
189: #define MM_MODEM_GSM_BAND_U2100 0x20
190: #define MM_MODEM_GSM_BAND_U1800 0x40
191: #define MM_MODEM_GSM_BAND_U17IV 0x80
192: #define MM_MODEM_GSM_BAND_U800 0x100
193: #define MM_MODEM_GSM_BAND_U850 0x200
194: #define MM_MODEM_GSM_BAND_U900 0x400
195: #define MM_MODEM_GSM_BAND_U17IX 0x800
196: #define MM_MODEM_GSM_BAND_U1900 0x1000
197: #define MM_MODEM_GSM_BAND_U2600 0x2000
198: 
199: /*
200:  * Interface org.freedesktop.ModemManager.Modem.Gsm.Card
201:  */
202:   
203: #define MM_MODEM_GSM_CARD_METHOD_GETIMEI "GetImei"
204: #define MM_MODEM_GSM_CARD_METHOD_GETIMSI "GetImsi"
205: #define MM_MODEM_GSM_CARD_METHOD_GETOPERATORID "GetOperatorId"
206: #define MM_MODEM_GSM_CARD_METHOD_GETSPN "GetSpn"
207: #define MM_MODEM_GSM_CARD_METHOD_SENDPUK "SendPuk"
208: #define MM_MODEM_GSM_CARD_METHOD_SENDPIN "SendPin"
209: #define MM_MODEM_GSM_CARD_METHOD_ENABLEPIN "EnablePin"
210: #define MM_MODEM_GSM_CARD_METHOD_CHANGEPIN "ChangePin"
211: 
212: /*
213:  * Interface org.freedesktop.ModemManager.Modem.Gsm.Contacts
214:  */
215:   
216: #define MM_MODEM_GSM_CONTACTS_METHOD_ADD "Add"
217: #define MM_MODEM_GSM_CONTACTS_METHOD_DELETE "Delete"
218: #define MM_MODEM_GSM_CONTACTS_METHOD_GET "Get"
219: #define MM_MODEM_GSM_CONTACTS_METHOD_LIST "List"
220: #define MM_MODEM_GSM_CONTACTS_METHOD_FIND "Find"
221: #define MM_MODEM_GSM_CONTACTS_METHOD_GETCOUNT "GetCount"
222: 
223: /*
224:  * Interface org.freedesktop.ModemManager.Modem.Gsm.Network
225:  */
226:   
227: #define MM_MODEM_GSM_NETWORK_METHOD_REGISTER "Register"
228: #define MM_MODEM_GSM_NETWORK_METHOD_SCAN "Scan"
229: #define MM_MODEM_GSM_NETWORK_METHOD_SETAPN "SetApn"
230: #define MM_MODEM_GSM_NETWORK_METHOD_GETSIGNALQUALITY "GetSignalQuality"
231: #define MM_MODEM_GSM_NETWORK_METHOD_SETBAND "SetBand"
232: #define MM_MODEM_GSM_NETWORK_METHOD_GETBAND "GetBand"
233: #define MM_MODEM_GSM_NETWORK_METHOD_SETNETWORKMODE "SetNetworkMode"
234: #define MM_MODEM_GSM_NETWORK_METHOD_GETNETWORKMODE "GetNetworkMode"
235: #define MM_MODEM_GSM_NETWORK_METHOD_GETREGISTRATIONINFO "GetRegistrationInfo"
236: #define MM_MODEM_GSM_NETWORK_METHOD_SETALLOWEDMODE "SetAllowedMode"
237: 
238: #define MM_MODEM_GSM_NETWORK_SIGNAL_SIGNALQUALITY "SignalQuality"
239: #define MM_MODEM_GSM_NETWORK_SIGNAL_REGISTRATIONINFO "RegistrationInfo"
240: #define MM_MODEM_GSM_NETWORK_SIGNAL_NETWORKMODE "NetworkMode"
241: 
242: /* MM_MODEM_GSM_NETWORK_REG_STATUS enum values */
243: 
244: #define MM_MODEM_GSM_NETWORK_REG_STATUS_IDLE 0
245: #define MM_MODEM_GSM_NETWORK_REG_STATUS_HOME 1
246: #define MM_MODEM_GSM_NETWORK_REG_STATUS_SEARCHING 2
247: #define MM_MODEM_GSM_NETWORK_REG_STATUS_DENIED 3
248: #define MM_MODEM_GSM_NETWORK_REG_STATUS_UNKNOWN 4
249: #define MM_MODEM_GSM_NETWORK_REG_STATUS_ROAMING 5
250: 
251: /* MM_MODEM_GSM_NETWORK_DEPRECATED_MODE enum values */
252: 
253: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_ANY 0
254: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_GPRS 1
255: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_EDGE 2
256: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_UMTS 3
257: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_HSDPA 4
258: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_2G_PREFERRED 5
259: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_3G_PREFERRED 6
260: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_2G_ONLY 7
261: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_3G_ONLY 8
262: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_HSUPA 9
263: #define MM_MODEM_GSM_NETWORK_DEPRECATED_MODE_HSPA 10
264: 
265: /*
266:  * Interface org.freedesktop.ModemManager.Modem.Gsm.SMS
267:  */
268:   
269: #define MM_MODEM_GSM_SMS_METHOD_DELETE "Delete"
270: #define MM_MODEM_GSM_SMS_METHOD_GET "Get"
271: #define MM_MODEM_GSM_SMS_METHOD_GETFORMAT "GetFormat"
272: #define MM_MODEM_GSM_SMS_METHOD_SETFORMAT "SetFormat"
273: #define MM_MODEM_GSM_SMS_METHOD_GETSMSC "GetSmsc"
274: #define MM_MODEM_GSM_SMS_METHOD_SETSMSC "SetSmsc"
275: #define MM_MODEM_GSM_SMS_METHOD_LIST "List"
276: #define MM_MODEM_GSM_SMS_METHOD_SAVE "Save"
277: #define MM_MODEM_GSM_SMS_METHOD_SEND "Send"
278: #define MM_MODEM_GSM_SMS_METHOD_SENDFROMSTORAGE "SendFromStorage"
279: #define MM_MODEM_GSM_SMS_METHOD_SETINDICATION "SetIndication"
280: 
281: #define MM_MODEM_GSM_SMS_SIGNAL_SMSRECEIVED "SmsReceived"
282: #define MM_MODEM_GSM_SMS_SIGNAL_COMPLETED "Completed"
283: 
284: /*
285:  * Interface org.freedesktop.ModemManager.Modem.Gsm.Hso
286:  */
287:   
288: #define MM_MODEM_GSM_HSO_METHOD_AUTHENTICATE "Authenticate"
289: 
290: /*
291:  * Interface org.freedesktop.ModemManager.Modem.Gsm.Ussd
292:  */
293:   
294: #define MM_MODEM_GSM_USSD_METHOD_INITIATE "Initiate"
295: #define MM_MODEM_GSM_USSD_METHOD_RESPOND "Respond"
296: #define MM_MODEM_GSM_USSD_METHOD_CANCEL "Cancel"
297: 
298: /*
299:  * Interface org.freedesktop.DBus.Properties
300:  */
301:   
302: #define MM_MANAGER_SIGNAL_MMPROPERTIESCHANGED "MmPropertiesChanged"
303: #define MM_MANAGER_SIGNAL_PROPERTIESCHANGED "PropertiesChanged"
304: 
305: /**********
306:  * Errors *
307:  **********/
308: 
309: #define MM_ERROR_MODEM_SERIALOPENFAILED "SerialOpenFailed"
310: #define MM_ERROR_MODEM_SERIALSENDFAILED "SerialSendFailed"
311: #define MM_ERROR_MODEM_SERIALRESPONSETIMEOUT "SerialResponseTimeout"
312: #define MM_ERROR_MODEM_GENERAL "General"
313: #define MM_ERROR_MODEM_OPERATIONNOTSUPPORTED "OperationNotSupported"
314: #define MM_ERROR_MODEM_CONNECTED "Connected"
315: #define MM_ERROR_MODEM_DISCONNECTED "Disconnected"
316: #define MM_ERROR_MODEM_OPERATIONINPROGRESS "OperationInProgress"
317: #define MM_ERROR_MODEM_NOCARRIER "NoCarrier"
318: #define MM_ERROR_MODEM_NODIALTONE "NoDialtone"
319: #define MM_ERROR_MODEM_BUSY "Busy"
320: #define MM_ERROR_MODEM_NOANSWER "NoAnswer"
321: #define MM_ERROR_MODEM_GSM_PHONEFAILURE "PhoneFailure"
322: #define MM_ERROR_MODEM_GSM_NOCONNECTION "NoConnection"
323: #define MM_ERROR_MODEM_GSM_LINKRESERVED "LinkReserved"
324: #define MM_ERROR_MODEM_GSM_OPERATIONNOTALLOWED "OperationNotAllowed"
325: #define MM_ERROR_MODEM_GSM_OPERATIONNOTSUPPORTED "OperationNotSupported"
326: #define MM_ERROR_MODEM_GSM_PHSIMPINREQUIRED "PhSimPinRequired"
327: #define MM_ERROR_MODEM_GSM_PHFSIMPINREQUIRED "PhFSimPinRequired"
328: #define MM_ERROR_MODEM_GSM_PHFSIMPUKREQUIRED "PhFSimPukRequired"
329: #define MM_ERROR_MODEM_GSM_SIMNOTINSERTED "SimNotInserted"
330: #define MM_ERROR_MODEM_GSM_SIMPINREQUIRED "SimPinRequired"
331: #define MM_ERROR_MODEM_GSM_SIMPUKREQUIRED "SimPukRequired"
332: #define MM_ERROR_MODEM_GSM_SIMFAILURE "SimFailure"
333: #define MM_ERROR_MODEM_GSM_SIMBUSY "SimBusy"
334: #define MM_ERROR_MODEM_GSM_SIMWRONG "SimWrong"
335: #define MM_ERROR_MODEM_GSM_INCORRECTPASSWORD "IncorrectPassword"
336: #define MM_ERROR_MODEM_GSM_SIMPIN2REQUIRED "SimPin2Required"
337: #define MM_ERROR_MODEM_GSM_SIMPUK2REQUIRED "SimPuk2Required"
338: #define MM_ERROR_MODEM_GSM_MEMORYFULL "MemoryFull"
339: #define MM_ERROR_MODEM_GSM_INVALIDINDEX "InvalidIndex"
340: #define MM_ERROR_MODEM_GSM_NOTFOUND "NotFound"
341: #define MM_ERROR_MODEM_GSM_MEMORYFAILURE "MemoryFailure"
342: #define MM_ERROR_MODEM_GSM_TEXTTOOLONG "TextTooLong"
343: #define MM_ERROR_MODEM_GSM_INVALIDCHARS "InvalidChars"
344: #define MM_ERROR_MODEM_GSM_DIALSTRINGTOOLONG "DialStringTooLong"
345: #define MM_ERROR_MODEM_GSM_INVALIDDIALSTRING "InvalidDialString"
346: #define MM_ERROR_MODEM_GSM_NONETWORK "NoNetwork"
347: #define MM_ERROR_MODEM_GSM_NETWORKTIMEOUT "NetworkTimeout"
348: #define MM_ERROR_MODEM_GSM_NETWORKNOTALLOWED "NetworkNotAllowed"
349: #define MM_ERROR_MODEM_GSM_NETWORKPINREQUIRED "NetworkPinRequired"
350: #define MM_ERROR_MODEM_GSM_NETWORKPUKREQUIRED "NetworkPukRequired"
351: #define MM_ERROR_MODEM_GSM_NETWORKSUBSETPINREQUIRED "NetworkSubsetPinRequired"
352: #define MM_ERROR_MODEM_GSM_NETWORKSUBSETPUKREQUIRED "NetworkSubsetPukRequired"
353: #define MM_ERROR_MODEM_GSM_SERVICEPINREQUIRED "ServicePinRequired"
354: #define MM_ERROR_MODEM_GSM_SERVICEPUKREQUIRED "ServicePukRequired"
355: #define MM_ERROR_MODEM_GSM_CORPORATEPINREQUIRED "CorporatePinRequired"
356: #define MM_ERROR_MODEM_GSM_CORPORATEPUKREQUIRED "CorporatePukRequired"
357: #define MM_ERROR_MODEM_GSM_HIDDENKEYREQUIRED "HiddenKeyRequired"
358: #define MM_ERROR_MODEM_GSM_EAPMETHODNOTSUPPORTED "EapMethodNotSupported"
359: #define MM_ERROR_MODEM_GSM_INCORRECTPARAMS "IncorrectParams"
360: #define MM_ERROR_MODEM_GSM_UNKNOWN "Unknown"
361: #define MM_ERROR_MODEM_GSM_GPRSILLEGALMS "GprsIllegalMs"
362: #define MM_ERROR_MODEM_GSM_GPRSILLEGALME "GprsIllegalMe"
363: #define MM_ERROR_MODEM_GSM_GPRSSERVICENOTALLOWED "GprsServiceNotAllowed"
364: #define MM_ERROR_MODEM_GSM_GPRSPLMNNOTALLOWED "GprsPlmnNotAllowed"
365: #define MM_ERROR_MODEM_GSM_GPRSLOCATIONNOTALLOWED "GprsLocationNotAllowed"
366: #define MM_ERROR_MODEM_GSM_GPRSROAMINGNOTALLOWED "GprsRoamingNotAllowed"
367: #define MM_ERROR_MODEM_GSM_GPRSOPTIONNOTSUPPORTED "GprsOptionNotSupported"
368: #define MM_ERROR_MODEM_GSM_GPRSNOTSUBSCRIBED "GprsNotSubscribed"
369: #define MM_ERROR_MODEM_GSM_GPRSOUTOFORDER "GprsOutOfOrder"
370: #define MM_ERROR_MODEM_GSM_GPRSPDPAUTHFAILURE "GprsPdpAuthFailure"
371: #define MM_ERROR_MODEM_GSM_GPRSUNSPECIFIED "GprsUnspecified"
372: #define MM_ERROR_MODEM_GSM_GPRSINVALIDCLASS "GprsInvalidClass"
373: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/