Class PushProgressEventArgs

Definition

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

An extended EventArgs class which contains the file push progress state, push progress by percent.

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

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

Percent

The File transfer percent.

Declaration
C#
Copy
public int Percent { 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