Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/******************************************************************************
* File Name: tcp_client.h
*
* Description: This file contains declaration of task related to TCP client
* operation.
*
* Related Document: See README.md
*
*
*******************************************************************************
* $ Copyright 2021-2023 Cypress Semiconductor $
*******************************************************************************/
#ifndef TCP_CLIENT_H_
#define TCP_CLIENT_H_
/*******************************************************************************
* Function Prototype
********************************************************************************/
void tcp_client_task(void *arg);
#endif /* TCP_CLIENT_H_ */