SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

Data Event

Supplies a data chunk received from a client.

Syntax

tlsserver.on('Data', [callback])

Callback

The 'callback' is called when the 'Data' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionID
e.buffer (buffer)

Remarks

This event is fired to supply another piece of data received from a client. This event may fire multiple times.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Node.js Edition - Version 20.0 [Build 8165]