theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
20 lines • 529 B
TypeScript
/**
* Peripheral device connection state
*/
export declare const PeripheralDeviceStatusEnum: {
/**
* Undefined value
*/
readonly UNKNOWN: "UNKNOWN";
/**
* Unconnected
*/
readonly IDLE: "IDLE";
/**
* Connected
*/
readonly CONNECTED: "CONNECTED";
};
/** type definition of PeripheralDeviceStatusEnum */
export type PeripheralDeviceStatusEnum = typeof PeripheralDeviceStatusEnum[keyof typeof PeripheralDeviceStatusEnum];
//# sourceMappingURL=peripheral-device-status.d.ts.map