@aircast-4g/mavlink
Version:
TypeScript type generator for MAVLink dialects
12 lines (9 loc) • 434 B
TypeScript
import { MessageDefinition } from '../../../core/types.js';
declare const AIRLINK_AUTH_RESPONSE_ID = 52001;
declare const AIRLINK_AUTH_RESPONSE_CRC_EXTRA = 0;
declare const AirlinkAuthResponseDefinition: MessageDefinition;
interface MessageAirlinkAuthResponse {
resp_type: number;
}
export { AIRLINK_AUTH_RESPONSE_CRC_EXTRA, AIRLINK_AUTH_RESPONSE_ID, AirlinkAuthResponseDefinition };
export type { MessageAirlinkAuthResponse };