UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

23 lines 701 B
/** * Wireless LAN frequency of the camera. * Can be acquired by camera.getOptions and set by camera.setOptions. * * For Theta A1, X, Z1 amd V. */ export declare const WlanFrequencyEnum: { /** Undefined value */ readonly UNKNOWN: "UNKNOWN"; /** 2.4GHz */ readonly GHZ_2_4: "GHZ_2_4"; /** 5GHz */ readonly GHZ_5: "GHZ_5"; /** 5.2GHz */ readonly GHZ_5_2: "GHZ_5_2"; /** 5.8GHz */ readonly GHZ_5_8: "GHZ_5_8"; /** Initial value */ readonly INITIAL_VALUE: "INITIAL_VALUE"; }; /** type definition of WlanFrequency */ export type WlanFrequencyEnum = (typeof WlanFrequencyEnum)[keyof typeof WlanFrequencyEnum]; //# sourceMappingURL=wlan-frequency.d.ts.map