HTTPClient using static IP

Dependencies:   mbed

Committer:
mr_q
Date:
Mon May 30 11:53:37 2011 +0000
Revision:
0:d8f2f7d5f31b
v0.01 Draft

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mr_q 0:d8f2f7d5f31b 1 #include "UMTSStick.h"
mr_q 0:d8f2f7d5f31b 2
mr_q 0:d8f2f7d5f31b 3 const UMTSSwitchingInfo UMTSwitchingTable[UMTS_SWITCHING_COUNT] = {
mr_q 0:d8f2f7d5f31b 4
mr_q 0:d8f2f7d5f31b 5 /*
mr_q 0:d8f2f7d5f31b 6 struct UMTSSwitchingInfo
mr_q 0:d8f2f7d5f31b 7 {
mr_q 0:d8f2f7d5f31b 8 uint16_t cdfsVid;
mr_q 0:d8f2f7d5f31b 9 uint16_t cdfsPid;
mr_q 0:d8f2f7d5f31b 10 uint16_t serialVid;
mr_q 0:d8f2f7d5f31b 11 uint16_t serialPidList[16];
mr_q 0:d8f2f7d5f31b 12 byte targetClass;
mr_q 0:d8f2f7d5f31b 13 bool huaweiPacket;
mr_q 0:d8f2f7d5f31b 14 byte cdfsPacket[31];
mr_q 0:d8f2f7d5f31b 15 };
mr_q 0:d8f2f7d5f31b 16 */
mr_q 0:d8f2f7d5f31b 17
mr_q 0:d8f2f7d5f31b 18 //Huawei E220, E230, E270, E870
mr_q 0:d8f2f7d5f31b 19 { 0x12d1, 0x1003, 0, {0}, 0xFF, true, {0} },
mr_q 0:d8f2f7d5f31b 20
mr_q 0:d8f2f7d5f31b 21 //Huawei E1550, E270+
mr_q 0:d8f2f7d5f31b 22 { 0x12d1, 0x1446, 0x12d1, {0x1001, 0x1406, 0x140c, 0x14ac/*, 0x1003*/}, 0, false, { 0x55, 0x53, 0x42, 0x43, 0x12, 0x34, 0x56, 0x78, 0, 0, 0, 0, 0, 0, 0, 0x11, 0x06, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
mr_q 0:d8f2f7d5f31b 23
mr_q 0:d8f2f7d5f31b 24 };