コード例 #1
0
ファイル: test.cpp プロジェクト: ntrf/tinyTLS
static int SendFunction(void * ctx, const uint8_t * data, size_t size)
{
	MSocket * ws = (MSocket*)ctx;
	int res = ws->send(data, size);
	return res;
}