Just testing things, based off of http-example-wnc

Dependencies:   easy-connect mbed-http

Fork of http-example-wnc by Avnet

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers select-demo.h Source File

select-demo.h

00001 #ifndef _SELECT_METHOD_H_
00002 #define _SELECT_METHOD_H_
00003 
00004 #define         DEMO_HTTP                   1
00005 #define         DEMO_HTTP_SOCKET_REUSE      2
00006 #define         DEMO_HTTPS                  3
00007 #define         DEMO_HTTPS_SOCKET_REUSE     4
00008 #define         DEMO_HTTPx                  5
00009 
00010 #define         DEMO            DEMO_HTTP
00011 #endif // _SELECT_METHOD_H_