Class PushRespondedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
4
C#
Copy
public class PushRespondedEventArgs : EventArgs
Inheritance
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
System.Int32
API Level: 4