tsNetSetDebugCallback

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetSetDebugCallback <pCallback>
Associationstsnet
Summary

Sends a message to the given callback with verbose debug information during network transfers.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pCallback

Specify a callback message to be sent to the current card for network transfers. Set this to empty to disable debug callback messages. The message will be sent with two parameters: the identifier for the transfer and the debug message.

Example
tsNetSetDebugCallback "debugCallback"
tsNetSetDebugCallback ""
RelatedLibrary: tsNet
Description

Sends a message to the given callback with verbose debug information during network transfers.

Tagsexternals