Class Btstate

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll
API Level:
6

Class for system-event of bluetooth state

C#
Copy
public static class Btstate
Inheritance
System.Object
Btstate

Properties

View Source

EventName

Eventname for system-event of bluetooth state

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

LeStateKey

Key for system-event of low energy bluetooth state

Declaration
C#
Copy
public static string LeStateKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

LeStateValueOff

Value of off low energy bluetooth state

Declaration
C#
Copy
public static string LeStateValueOff { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

LeStateValueOn

Value of on low energy bluetooth state

Declaration
C#
Copy
public static string LeStateValueOn { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateKey

Key for system-event of bluetooth state

Declaration
C#
Copy
public static string StateKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateValueOff

Value of off bluetooth state

Declaration
C#
Copy
public static string StateValueOff { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

StateValueOn

Value of on bluetooth state

Declaration
C#
Copy
public static string StateValueOn { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

TransferStateKey

Key for system-event of transfering bluetooth state

Declaration
C#
Copy
public static string TransferStateKey { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

TransferStateValueNontransfering

Value of non transfering bluetooth state

Declaration
C#
Copy
public static string TransferStateValueNontransfering { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

TransferStateValueTransfering

Value of transfering bluetooth state

Declaration
C#
Copy
public static string TransferStateValueTransfering { get; }
Property Value
Type Description
System.String
API Level: 6