abortFileTransfer()

The function abortFileTransfer() aborts all file transfers of the stated manager.

Synopsis

int abortFileTransfer(int manId);

Parameters

Parameter Meaning
manId The manager ID. See also function convManIdToInt().

Return Value

The function returns 0 when it has been executed successfully.

Errors

Missing or invalid arguments.

Description

The function aborts all file transfers of the stated manager.

Assignment

File functions

Availability

CTRL

See also

requestFileTransfer(), requestFileList(), getPendingFileTransferCount()