Skip to content

OutputUChar - cWebHttpHandler

Writes the contents of the UChar array to the response body

Type: Procedure

Parameters

Parameter Type Description
ucData UChar[] UChar array with data to append to the response body

Syntax

Procedure OutputUChar UChar[] ucData

Call Example

Send OutputUChar ucData

Description

Writes the contents of the UChar array to the response body.

This function can be used output any kind of binary data, no conversions will be performed.

The function can be called multiple times to extend the response body (or stream a file in chunks).