This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers NyLPC_cModWebSocket_protected.h Source File

NyLPC_cModWebSocket_protected.h

00001 #ifndef NYLPC_CMODWEBSOCKET_PROTECTED_H_
00002 #define NYLPC_CMODWEBSOCKET_PROTECTED_H_
00003 
00004 /*********************************************************************************
00005  * PROJECT: MiMic
00006  * --------------------------------------------------------------------------------
00007  *
00008  * This file is part of MiMic
00009  * Copyright (C)2011 Ryo Iizuka
00010  *
00011  * MiMic is free software: you can redistribute it and/or modify
00012  * it under the terms of the GNU Lesser General Public License as published
00013  * by the Free Software Foundation, either version 3 of the License, or
00014  * (at your option) any later version.
00015  *
00016  * This program is distributed in the hope that it will be useful,
00017  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00018  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019  * GNU General Public License for more details.
00020  *
00021  * You should have received a copy of the GNU Lesser General Public License
00022  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00023  *
00024  * For further information please contact.
00025  *  http://nyatla.jp/
00026  *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
00027  *
00028  *********************************************************************************/
00029 #include "NyLPC_cModWebSocket.h"
00030 
00031 #ifdef __cplusplus
00032 extern "C" {
00033 #endif /* __cplusplus */
00034 
00035 
00036 /**
00037  * Payloadヘッダを書く。
00038  */
00039 NyLPC_TBool NyLPC_cModWebSocket_writePayloadHeader(NyLPC_TcModWebSocket_t* i_inst,NyLPC_TInt16 i_len);
00040 
00041 void NyLPC_cModWebSocket_update(NyLPC_TcModWebSocket_t* i_inst,NyLPC_TUInt32 i_time_out);
00042 
00043 
00044 
00045 #ifdef __cplusplus
00046 }
00047 #endif /* __cplusplus */
00048 
00049 #endif /* NYLPC_CMODWEBSOCKET_H_ */