Class AdvertisingStateChangedEventArgs
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
Properties
View SourceAdvertiserHandle
The advertiser handle.
Declaration
public IntPtr AdvertiserHandle { get; }
Property Value
Type | Description |
---|---|
IntPtr |
API Level: 3
View SourceResult
The result.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceState
The LE advertising state.
Declaration
public BluetoothLeAdvertisingState State { get; }
Property Value
Type | Description |
---|---|
BluetoothLeAdvertisingState |