Sony Addon SDK
public static interface

Registration.AccessoryConnectionStatus

This project is no longer being supported and will not get any further updates.

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)