Delegate CoreListener.OnRemainingNumberOfFileTransferChangedDelegate
Get the LinphoneCoreCbsRemainingNumberOfFileTransferChangedCb callback.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRemainingNumberOfFileTransferChangedDelegate(Core core, uint downloadCount, uint uploadCount);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | |
| System.UInt32 | downloadCount | |
| System.UInt32 | uploadCount |