|
int SSI_Send_Buffer |
( |
unsigned long |
conHandle, |
|
|
const char * |
buffer, |
|
|
int |
bufferlen, |
|
|
int |
flag | |
|
) |
| | |
This function transmits a user buffer to the client through the HTTP(S) connection.
- Parameters:
-
| conHandle | Connection handle, given by callback function. |
| buffer | Pointer to send buffer. |
| bufferlen | Length of buffer in bytes, max. 32767. |
| flag | Flag, set to 1 |
- Returns:
- zero on success, non-zero on failure.
- Since:
- SC2x3 V1.00 - CLIB V1.00
- See also:
- SSI_Set_File_Filter() SSI_Register_Tag()
|