UbiAnyCard Ver2 2.0
KICC ED785 단말기 연동 TCP 서버
로딩중...
검색중...
일치하는것 없음
ProtocolAdapter::PendingTx 구조체 참조
ProtocolAdapter::PendingTx에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

 PendingTx (int gcd, int jcd, std::weak_ptr< TcpServer::Session > s)

Public 속성

int expectGcd
int expectJcd
std::promise< TxResponsepromise
std::weak_ptr< TcpServer::Sessionsession

생성자 & 소멸자 문서화

◆ PendingTx()

ProtocolAdapter::PendingTx::PendingTx ( int gcd,
int jcd,
std::weak_ptr< TcpServer::Session > s )
inline
39 : expectGcd(gcd), expectJcd(jcd), session(std::move(s))
40 {
41 }
std::weak_ptr< TcpServer::Session > session
Definition ProtocolAdapter.h:35
int expectGcd
Definition ProtocolAdapter.h:33
int expectJcd
Definition ProtocolAdapter.h:34

다음을 참조함 : expectGcd, expectJcd, session.

멤버 데이터 문서화

◆ expectGcd

int ProtocolAdapter::PendingTx::expectGcd

다음에 의해서 참조됨 : ProtocolAdapter::onEd785Response(), PendingTx().

◆ expectJcd

int ProtocolAdapter::PendingTx::expectJcd

다음에 의해서 참조됨 : ProtocolAdapter::onEd785Response(), PendingTx().

◆ promise

std::promise<TxResponse> ProtocolAdapter::PendingTx::promise

다음에 의해서 참조됨 : ProtocolAdapter::onEd785Response().

◆ session

std::weak_ptr<TcpServer::Session> ProtocolAdapter::PendingTx::session

다음에 의해서 참조됨 : PendingTx().


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: