Jump to main content
MPLAB® Harmony 3 TCP/IP Library
Search
Home
1
TCP/IP Stack Libraries Help
1.2
MPLAB® Harmony TCP/IP Library
1.2.3
Transport Layer
1.2.3.1
TCP Module
1.2.3.1.3
Library Interface
1.2.3.1.3.6
TCP_SOCKET Type
1
TCP/IP Stack Libraries Help
1.1
TCP/IP Stack Library Overview
1.2
MPLAB® Harmony TCP/IP Library
1.2.1
Application Layer
1.2.2
Presentation Layer
1.2.3
Transport Layer
1.2.3.1
TCP Module
1.2.3.1.1
Abstraction Model
1.2.3.1.2
Transmission Control Protocol (TCP) Configurations
1.2.3.1.3
Library Interface
1.2.3.1.3.1
INVALID_SOCKET Macro
1.2.3.1.3.2
TCP_ADJUST_FLAGS Enumeration
1.2.3.1.3.3
TCP_OPTION_KEEP_ALIVE_DATA Structure
1.2.3.1.3.4
TCP_OPTION_LINGER_DATA Structure
1.2.3.1.3.5
TCP_OPTION_THRES_FLUSH_TYPE Enumeration
1.2.3.1.3.6
TCP_SOCKET Type
1.2.3.1.3.7
TCP_SOCKET Type
1.2.3.1.3.8
TCP_SOCKET_INFO Structure
1.2.3.1.3.9
TCP_SOCKET_OPTION Enumeration
1.2.3.1.3.10
TCPIP_TCP_Abort Function
1.2.3.1.3.11
TCPIP_TCP_ArrayFind Function
1.2.3.1.3.12
TCPIP_TCP_ArrayGet Function
1.2.3.1.3.13
TCPIP_TCP_ArrayPeek Function
1.2.3.1.3.14
TCPIP_TCP_ArrayPut Function
1.2.3.1.3.15
TCPIP_TCP_Bind Function
1.2.3.1.3.16
TCPIP_TCP_ClientOpen Function
1.2.3.1.3.17
TCPIP_TCP_Close Function
1.2.3.1.3.18
TCPIP_TCP_Connect Function
1.2.3.1.3.19
TCPIP_TCP_Discard Function
1.2.3.1.3.20
TCPIP_TCP_Disconnect Function
1.2.3.1.3.21
TCPIP_TCP_FifoRxFreeGet Function
1.2.3.1.3.22
TCPIP_TCP_FifoRxFullGet Macro
1.2.3.1.3.23
TCPIP_TCP_FifoSizeAdjust Function
1.2.3.1.3.24
TCPIP_TCP_FifoTxFreeGet Function
1.2.3.1.3.25
TCPIP_TCP_FifoTxFullGet Function
1.2.3.1.3.26
TCPIP_TCP_Find Function
1.2.3.1.3.27
TCPIP_TCP_Flush Function
1.2.3.1.3.28
TCPIP_TCP_Get Function
1.2.3.1.3.29
TCPIP_TCP_GetIsReady Function
1.2.3.1.3.30
TCPIP_TCP_IsConnected Function
1.2.3.1.3.31
TCPIP_TCP_IsReady Function
1.2.3.1.3.32
TCPIP_TCP_MODULE_CONFIG Structure
1.2.3.1.3.33
TCPIP_TCP_OptionsGet Function
1.2.3.1.3.34
TCPIP_TCP_OptionsSet Function
1.2.3.1.3.35
TCPIP_TCP_PACKET_HANDLER Type
1.2.3.1.3.36
TCPIP_TCP_PacketHandlerDeregister Function
1.2.3.1.3.37
TCPIP_TCP_Peek Function
1.2.3.1.3.38
TCPIP_TCP_PROCESS_HANDLE Type
1.2.3.1.3.39
TCPIP_TCP_PacketHandlerRegister Function
1.2.3.1.3.40
TCPIP_TCP_Put Function
1.2.3.1.3.41
TCPIP_TCP_PutIsReady Function
1.2.3.1.3.42
TCPIP_TCP_RemoteBind Function
1.2.3.1.3.43
TCPIP_TCP_ServerOpen Function
1.2.3.1.3.44
TCPIP_TCP_SIGNAL_FUNCTION Type
1.2.3.1.3.45
TCPIP_TCP_SIGNAL_HANDLE Type
1.2.3.1.3.46
TCPIP_TCP_SIGNAL_TYPE Enumeration
1.2.3.1.3.47
TCPIP_TCP_SignalHandlerDeregister Function
1.2.3.1.3.48
TCPIP_TCP_SignalHandlerRegister Function
1.2.3.1.3.49
TCPIP_TCP_SocketInfoGet Function
1.2.3.1.3.50
TCPIP_TCP_SocketNetGet Function
1.2.3.1.3.51
TCPIP_TCP_SocketNetSet Function
1.2.3.1.3.52
TCPIP_TCP_SocketsNumberGet Function
1.2.3.1.3.53
TCPIP_TCP_SocketTraceSet Function
1.2.3.1.3.54
TCPIP_TCP_STATE Enumeration
1.2.3.1.3.55
TCPIP_TCP_StringPut Function
1.2.3.1.3.56
TCPIP_TCP_Task Function
1.2.3.1.3.57
TCPIP_TCP_WasReset Function
1.2.3.2
UDP Module
1.2.4
Network Layer
1.2.5
Data Link Layer
1.2.6
Basic Configuration Layer
2
Getting started with MPLAB® Harmony TCP/IP Stack
Microchip Information
TCP_SOCKET Type
C
typedef uint16_t TCP_PORT;
Description
Type: TCP_PORT.
TCP Port Number identifier.
On this page
C
Description