Topic: Finding TCP connection functions in Wolfssl
Hi All,
I am using NB-IOT module for TCP connection. in NB-IOT i am using a command
AT+TCPSEND=0,4000
>
Data
while sending data i will send the data which i stored in a BUFFER.
Now in wolfssl library i am not able to find TCP part, so that i can find, through which functions data is sending and receiving data.
i have checked wolfssl Mqtt libraries there only regarding mqtt functions are only available.
Can anyone help me regarding this.
Thanks in advance