TCP クライアント
More...
#include <TCPClient.hpp>
◆ TCPClient()
SIV3D_NODISCARD_CXX20 s3d::TCPClient::TCPClient |
( |
| ) |
|
◆ ~TCPClient()
s3d::TCPClient::~TCPClient |
( |
| ) |
|
◆ available()
size_t s3d::TCPClient::available |
( |
| ) |
const |
◆ cancelConnect()
void s3d::TCPClient::cancelConnect |
( |
| ) |
|
◆ connect()
◆ disconnect()
void s3d::TCPClient::disconnect |
( |
| ) |
|
◆ getError()
TCPError s3d::TCPClient::getError |
( |
| ) |
const |
◆ hasError()
bool s3d::TCPClient::hasError |
( |
| ) |
const |
◆ isConnected()
bool s3d::TCPClient::isConnected |
( |
| ) |
const |
◆ lookahead() [1/2]
◆ lookahead() [2/2]
bool s3d::TCPClient::lookahead |
( |
void * |
dst, |
|
|
size_t |
size |
|
) |
| const |
◆ port()
uint16 s3d::TCPClient::port |
( |
| ) |
const |
◆ read() [1/2]
◆ read() [2/2]
bool s3d::TCPClient::read |
( |
void * |
dst, |
|
|
size_t |
size |
|
) |
| |
◆ send() [1/2]
◆ send() [2/2]
bool s3d::TCPClient::send |
( |
const void * |
src, |
|
|
size_t |
size |
|
) |
| |
◆ skip()
bool s3d::TCPClient::skip |
( |
size_t |
size | ) |
|
The documentation for this class was generated from the following file: