SmartEyeglass SDK
public static interface

Registration.AccessoryConnectionStatus

Class Overview

Interface used to define constants for accessory connection status

Summary

Constants
int STATUS_DISCONNECTED The accessory is disconnected from the host application
int STATUS_CONNECTED The accessory is connected to the host application

Constants

public static final int STATUS_DISCONNECTED

The accessory is disconnected from the host application

Constant Value: 0 (0x00000000)

public static final int STATUS_CONNECTED

The accessory is connected to the host application

Constant Value: 1 (0x00000001)