6.2.1 API Prerequisites
- C header file
socket.h
– this includes all the necessary socket API function declarations. When using any ATWINC15x0 socket API as described in the following sections, the host MCU application must include thesocket.h
header file. - Initialization – the ATWINC15x0 socket API initializes once before calling
any socket API function. This is done using the
socketInit
API described in Socket API Functions.