Class PushRespondedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll

An extended EventArgs class which contains the Push Request respond state

C#
Copy
public class PushRespondedEventArgs : EventArgs
Inheritance
object
System.EventArgs
PushRespondedEventArgs

Properties

View Source

Address

The address.

Declaration
C#
Copy
public string Address { get; }
Property Value
Type Description
string
View Source

Result

The return value.

Declaration
C#
Copy
public int Result { get; }
Property Value
Type Description
int