theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
14 lines • 519 B
TypeScript
/**
* Role of the Bluetooth module.
*/
export declare const BluetoothRoleEnum: {
/** Central: ON, Peripheral: OFF */
readonly CENTRAL: "CENTRAL";
/** Central: OFF, Peripheral: ON */
readonly PERIPHERAL: "PERIPHERAL";
/** Central: ON, Peripheral: ON */
readonly CENTRAL_PERIPHERAL: "CENTRAL_PERIPHERAL";
};
/** Type definition of BluetoothRoleEnum */
export type BluetoothRoleEnum = (typeof BluetoothRoleEnum)[keyof typeof BluetoothRoleEnum];
//# sourceMappingURL=option-bluetooth-role.d.ts.map