Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.
public class AdvertisingStateChangedEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
AdvertisingStateChangedEventArgs
Properties
Declaration
public IntPtr AdvertiserHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
API Level: 3
Declaration
public int Result { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public BluetoothLeAdvertisingState State { get; }
Property Value
API Level: 3