u-blox USB modems (GSM and CDMA)

Dependencies:   CellularUSBModem

Dependents:   C027_CANInterfaceComm C027_ModemTransparentUSBCDC_revb UbloxModemHTTPClientTest C027_HTTPClientTest ... more

Legacy Networking Libray

This is an mbed 2 networking library. For an mbed OS 5 compatible library, please see:

Import libraryC027Interface

Socket interface for C027Interface. Implements the NetworkSocketAPI

Revision:
2:4be5e62433b1
Parent:
1:71286b99c1cb
Child:
5:60b48a013e86
--- a/UbloxCDMAModemInitializer.cpp	Thu Oct 17 13:06:33 2013 +0300
+++ b/UbloxCDMAModemInitializer.cpp	Thu Oct 17 13:53:58 2013 +0300
@@ -27,6 +27,10 @@
 
 #include "UbloxCDMAModemInitializer.h"
 
+UbloxCDMAModemInitializer::UbloxCDMAModemInitializer(USBHost* pHost) : WANDongleInitializer(pHost)
+{
+}
+
 uint16_t UbloxCDMAModemInitializer::getMSDVid()
 {
     return 0x05C6;