Class TransferFinishedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
4

An extended EventArgs class which contains the file transfer finished state and file state.

C#
Copy
public class TransferFinishedEventArgs : EventArgs
Inheritance
System.Object
TransferFinishedEventArgs

Properties

View Source

File

The File name.

Declaration
C#
Copy
public string File { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

Result

The return value.

Declaration
C#
Copy
public int Result { get; }
Property Value
Type Description
Int32
API Level: 4
View Source

Size

The File size.

Declaration
C#
Copy
public long Size { get; }
Property Value
Type Description
System.Int64
API Level: 4