Class AdvertisingStateChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.
public class AdvertisingStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAdvertisingStateChangedEventArgs
Properties
View SourceAdvertiserHandle
The advertiser handle.
Declaration
public IntPtr AdvertiserHandle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Result
The result.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
int |
State
The LE advertising state.
Declaration
public BluetoothLeAdvertisingState State { get; }
Property Value
Type | Description |
---|---|
BluetoothLeAdvertisingState |