Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-mqtt-master/paho_mqtt-sn_embedded_c/MQTTSNPacket/samples/linux/udp/lowlevel.h@0:ba7e439238ab, 2022-06-20 (annotated)
- Committer:
- pavleradojkovic
- Date:
- Mon Jun 20 16:24:43 2022 +0000
- Revision:
- 0:ba7e439238ab
Inital commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| pavleradojkovic | 0:ba7e439238ab | 1 | /******************************************************************************* |
| pavleradojkovic | 0:ba7e439238ab | 2 | * Copyright (c) 2014 IBM Corp. |
| pavleradojkovic | 0:ba7e439238ab | 3 | * |
| pavleradojkovic | 0:ba7e439238ab | 4 | * All rights reserved. This program and the accompanying materials |
| pavleradojkovic | 0:ba7e439238ab | 5 | * are made available under the terms of the Eclipse Public License v1.0 |
| pavleradojkovic | 0:ba7e439238ab | 6 | * and Eclipse Distribution License v1.0 which accompany this distribution. |
| pavleradojkovic | 0:ba7e439238ab | 7 | * |
| pavleradojkovic | 0:ba7e439238ab | 8 | * The Eclipse Public License is available at |
| pavleradojkovic | 0:ba7e439238ab | 9 | * http://www.eclipse.org/legal/epl-v10.html |
| pavleradojkovic | 0:ba7e439238ab | 10 | * and the Eclipse Distribution License is available at |
| pavleradojkovic | 0:ba7e439238ab | 11 | * http://www.eclipse.org/org/documents/edl-v10.php. |
| pavleradojkovic | 0:ba7e439238ab | 12 | * |
| pavleradojkovic | 0:ba7e439238ab | 13 | * Contributors: |
| pavleradojkovic | 0:ba7e439238ab | 14 | * Ian Craggs - initial API and implementation and/or initial documentation |
| pavleradojkovic | 0:ba7e439238ab | 15 | * Sergio R. Caprile - "commonalization" from prior samples and/or documentation extension |
| pavleradojkovic | 0:ba7e439238ab | 16 | *******************************************************************************/ |
| pavleradojkovic | 0:ba7e439238ab | 17 | |
| pavleradojkovic | 0:ba7e439238ab | 18 | int lowlevel_sendPacketBuffer(char* host, int port, unsigned char* buf, int buflen); |
| pavleradojkovic | 0:ba7e439238ab | 19 | int lowlevel_getdata(unsigned char* buf, int count); |
| pavleradojkovic | 0:ba7e439238ab | 20 | int lowlevel_open(void); |
| pavleradojkovic | 0:ba7e439238ab | 21 | int lowlevel_close(void); |