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.

C#
Copy
public class AdvertisingStateChangedEventArgs : EventArgs
Inheritance
System.Object
AdvertisingStateChangedEventArgs

Properties

View Source

AdvertiserHandle

The advertiser handle.

Declaration
C#
Copy
public IntPtr AdvertiserHandle { get; }
Property Value
Type Description
System.IntPtr
API Level: 3
View Source

Result

The result.

Declaration
C#
Copy
public int Result { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

State

The LE advertising state.

Declaration
C#
Copy
public BluetoothLeAdvertisingState State { get; }
Property Value
Type Description
BluetoothLeAdvertisingState
API Level: 3