XferClearAllFiles Method

Navigation:  Reference Guide > File Transfer >

XferClearAllFiles Method

Previous pageReturn to chapter overviewNext page

Clears file name information in MegaPipe memory on the upload side for a communication channel (direct serial connection or modem connection).

XferClearAllFiles(short ChannelID, VARIANT_BOOL *Result);

Parameters

ChannelID

    A channel ID (0-7) used to identify a communication channel.

Result

    If the method succeeds, the value of variable pointed to by Result is VARIANT_TRUE, otherwise the value is VARIANT_FALSE.

 

Remarks

Call this API before you call XferAddFile() API.