@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
11 lines (9 loc) • 639 B
TypeScript
type WIFI_CONFIG_AP_RESPONSE = 0 | 1 | 2 | 3 | 4 | 5;
declare const WIFI_CONFIG_AP_RESPONSE_UNDEFINED: 0;
declare const WIFI_CONFIG_AP_RESPONSE_ACCEPTED: 1;
declare const WIFI_CONFIG_AP_RESPONSE_REJECTED: 2;
declare const WIFI_CONFIG_AP_RESPONSE_MODE_ERROR: 3;
declare const WIFI_CONFIG_AP_RESPONSE_SSID_ERROR: 4;
declare const WIFI_CONFIG_AP_RESPONSE_PASSWORD_ERROR: 5;
export { WIFI_CONFIG_AP_RESPONSE_ACCEPTED, WIFI_CONFIG_AP_RESPONSE_MODE_ERROR, WIFI_CONFIG_AP_RESPONSE_PASSWORD_ERROR, WIFI_CONFIG_AP_RESPONSE_REJECTED, WIFI_CONFIG_AP_RESPONSE_SSID_ERROR, WIFI_CONFIG_AP_RESPONSE_UNDEFINED };
export type { WIFI_CONFIG_AP_RESPONSE };