OutputUChar - cWebHttpHandler

Writes the contents of the UChar array to the response body

Type: Procedure

Parameters: UChar[] ucData

ParameterDescription
ucDataUChar array with data to append to the response body


Syntax
Procedure OutputUChar UChar[] ucData

Call: 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).