Class PushRespondedEventArgs

Definition

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

An extended EventArgs class which contains the Push Request respond state

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

Properties

View Source

Address

The address.

Declaration
C#
Copy
public string Address { 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