friendev EtherDune TCP/IP library
|
This is the complete list of members for TCPSocket, including all inherited members.
accept() | TCPSocket | |
accept(TCPSocket &listener) | TCPSocket | |
ARP | NetworkService | protectedstatic |
begin(uint8_t cspin) | NetworkService | protectedstatic |
buffer | Socket | protected |
calcPseudoHeaderChecksum(uint8_t protocol, uint16_t length) | Socket | protectedstatic |
calcTCPChecksum(bool options, uint16_t dataLength, uint16_t dataChecksum) | Socket | protectedstatic |
calcUDPChecksum(uint16_t dataLength, uint16_t dataChecksum) | Socket | protectedstatic |
close() | TCPSocket | |
connect() | TCPSocket | |
DNS() | NetworkService | protectedstatic |
dnsIP | NetworkService | protectedstatic |
enableBroadcast() | ENC28J60 | protectedstatic |
gatewayIP | NetworkService | protectedstatic |
getState() | Stateful | inline |
hardwareChecksum(uint16_t src, uint16_t len) | ENC28J60 | protectedstatic |
hardwareChecksumRxOffset(uint16_t offset, uint16_t len) | ENC28J60 | protectedstatic |
isLinkUp() | ENC28J60 | protectedstatic |
listen() | TCPSocket | |
loadAll() | ENC28J60 | protectedstatic |
loadSample() | ENC28J60 | protectedstatic |
localIP | NetworkService | protectedstatic |
localMAC | NetworkService | protectedstatic |
localPort | Socket | |
loop() | NetworkService | protectedstatic |
moveMem(uint16_t dest, uint16_t src, uint16_t len) | ENC28J60 | protectedstatic |
netmask | NetworkService | protectedstatic |
NetworkService() | NetworkService | protected |
onClose() | TCPSocket | virtual |
onConnect() | TCPSocket | virtual |
onConnectRequest() | TCPSocket | virtual |
onDNSResolve(uint8_t status, uint16_t identification, const IPAddress &ip) | NetworkService | protectedvirtual |
onReceive(uint16_t len, const byte *data) | TCPSocket | virtual |
onTerminate() | TCPSocket | virtual |
packet | NetworkService | protectedstatic |
packetSend(uint16_t len) | ENC28J60 | protectedstatic |
packetSend(uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
prepareIPPacket() | Socket | protected |
NetworkService::prepareIPPacket(const IPAddress &remoteIP) | NetworkService | protectedstatic |
push() | TCPSocket | |
readBuf(uint16_t src, uint16_t len, byte *data) | ENC28J60 | protectedstatic |
readBuf(uint16_t len, byte *data) | ENC28J60 | protectedstatic |
readByte(uint16_t src) | ENC28J60 | protectedstatic |
release() | ENC28J60 | protectedstatic |
remoteIP | Socket | |
remotePort | Socket | |
sameLAN(IPAddress &dst) | NetworkService | protectedstatic |
sendIPPacket(uint16_t length) | NetworkService | protectedstatic |
setState(uint8_t newState, uint8_t timeout) | Stateful | protected |
srcPort_L_count | Socket | protectedstatic |
state | Stateful | protected |
stateTimer | Stateful | protected |
TCPSocket() | TCPSocket | |
terminate() | TCPSocket | |
verifyUDPTCPChecksum() | Socket | protectedstatic |
write(uint16_t len, const byte *data) | Socket | |
write(const String &s) | Socket | |
write(const __FlashStringHelper *pattern,...) | Socket | |
write(const T &message) | Socket | inline |
writeBuf(uint16_t dst, uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
writeBuf(uint16_t len, const byte *data) | ENC28J60 | protectedstatic |
writeByte(byte b) | ENC28J60 | protectedstatic |
writeByte(uint16_t dst, byte b) | ENC28J60 | protectedstatic |
~NetworkService() | NetworkService | protected |