UbiAnyCard Ver2 2.0
KICC ED785 단말기 연동 TCP 서버
로딩중...
검색중...
일치하는것 없음
TcpServer.cpp 파일 참조
#include "pch.h"
#include "TcpServer.h"
TcpServer.cpp에 대한 include 의존 그래프

변수

static const char ACK_PACKET [3] = {0x06, 0x06, 0x06}
static thread_local std::weak_ptr< TcpServer::Sessiong_threadSession

변수 문서화

◆ ACK_PACKET

const char ACK_PACKET[3] = {0x06, 0x06, 0x06}
static
5{0x06, 0x06, 0x06};

다음에 의해서 참조됨 : TcpServer::recvAck(), TcpServer::sendAck().

◆ g_threadSession

thread_local std::weak_ptr<TcpServer::Session> g_threadSession
static

다음에 의해서 참조됨 : TcpServer::acceptLoop(), TcpServer::currentSession().