# TcpHeader - [Overview](#section1543189514165636) - [Summary](#section683402754165636) - [Data Fields](#pub-attribs) ## **Overview** **Related Modules:** [WLAN](WLAN.md) **Description:** Defines the TCP header information of a data frame, including the source port number and destination port number. **Since:** 1.0 ## **Summary** ## Data Fields

Variable Name

Description

sPort

uint16_t

dPort

uint16_t

seqNum

uint32_t

ackNum

uint32_t

offset

uint8_t

flags

uint8_t

window

uint16_t

check

uint16_t

urgent

uint16_t