Class AdvertisingStateChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll

An extended EventArgs class contains the changed Bluetooth LE advertising state changed information.

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

Properties

View Source

AdvertiserHandle

The advertiser handle.

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

Result

The result.

Declaration
C#
Copy
public int Result { get; }
Property Value
Type Description
int
View Source

State

The LE advertising state.

Declaration
C#
Copy
public BluetoothLeAdvertisingState State { get; }
Property Value
Type Description
BluetoothLeAdvertisingState