Class Btstate
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of bluetooth state
public static class Btstate
- Inheritance
-
Btstate
Properties
View SourceEventName
Eventname for system-event of bluetooth state
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceLeStateKey
Key for system-event of low energy bluetooth state
Declaration
public static string LeStateKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceLeStateValueOff
Value of off low energy bluetooth state
Declaration
public static string LeStateValueOff { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceLeStateValueOn
Value of on low energy bluetooth state
Declaration
public static string LeStateValueOn { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateKey
Key for system-event of bluetooth state
Declaration
public static string StateKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueOff
Value of off bluetooth state
Declaration
public static string StateValueOff { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceStateValueOn
Value of on bluetooth state
Declaration
public static string StateValueOn { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTransferStateKey
Key for system-event of transfering bluetooth state
Declaration
public static string TransferStateKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTransferStateValueNontransfering
Value of non transfering bluetooth state
Declaration
public static string TransferStateValueNontransfering { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTransferStateValueTransfering
Value of transfering bluetooth state
Declaration
public static string TransferStateValueTransfering { get; }
Property Value
Type | Description |
---|---|
String |