Class Btstate
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of bluetooth state
public static class Btstate
- Inheritance
-
objectBtstate
Properties
View SourceEventName
Eventname for system-event of bluetooth state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
LeStateKey
Key for system-event of low energy bluetooth state
Declaration
public static string LeStateKey { get; }
Property Value
Type | Description |
---|---|
string |
LeStateValueOff
Value of off low energy bluetooth state
Declaration
public static string LeStateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
LeStateValueOn
Value of on low energy bluetooth state
Declaration
public static string LeStateValueOn { get; }
Property Value
Type | Description |
---|---|
string |
StateKey
Key for system-event of bluetooth state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOff
Value of off bluetooth state
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
string |
StateValueOn
Value of on bluetooth state
Declaration
public static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
string |
TransferStateKey
Key for system-event of transfering bluetooth state
Declaration
public static string TransferStateKey { get; }
Property Value
Type | Description |
---|---|
string |
TransferStateValueNontransfering
Value of non transfering bluetooth state
Declaration
public static string TransferStateValueNontransfering { get; }
Property Value
Type | Description |
---|---|
string |
TransferStateValueTransfering
Value of transfering bluetooth state
Declaration
public static string TransferStateValueTransfering { get; }
Property Value
Type | Description |
---|---|
string |