Library for HTTPS Communication with Azure using SIMCOM Modules, such as SIM800, SIM900. SSL is required, update your module to the latest firmware.
Revision 1:082b9b2c7935, committed 2017-08-10
- Comitter:
- BorjaTarazona
- Date:
- Thu Aug 10 11:03:10 2017 +0000
- Parent:
- 0:3cf9be45a676
- Commit message:
- Minor comment changes
Changed in this revision
HTTPSConnection.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPSConnection.h Thu Aug 10 10:41:06 2017 +0000 +++ b/HTTPSConnection.h Thu Aug 10 11:03:10 2017 +0000 @@ -26,6 +26,7 @@ * @param rx RX pin for the UART * @param baudrate Baudrate for the UART * + * **/ HTTPSConnection(PinName tx, PinName rx, int baudrate);