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
public class PushRespondedEventArgs : EventArgs
- Inheritance
Properties
View SourceAddress
The address.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceResult
The return value.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
Int32 |