UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

16 lines (14 loc) 834 B
type MAV_FTP_ERR = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10; declare const MAV_FTP_ERR_NONE: 0; declare const MAV_FTP_ERR_FAIL: 1; declare const MAV_FTP_ERR_FAILERRNO: 2; declare const MAV_FTP_ERR_INVALIDDATASIZE: 3; declare const MAV_FTP_ERR_INVALIDSESSION: 4; declare const MAV_FTP_ERR_NOSESSIONSAVAILABLE: 5; declare const MAV_FTP_ERR_EOF: 6; declare const MAV_FTP_ERR_UNKNOWNCOMMAND: 7; declare const MAV_FTP_ERR_FILEEXISTS: 8; declare const MAV_FTP_ERR_FILEPROTECTED: 9; declare const MAV_FTP_ERR_FILENOTFOUND: 10; export { MAV_FTP_ERR_EOF, MAV_FTP_ERR_FAIL, MAV_FTP_ERR_FAILERRNO, MAV_FTP_ERR_FILEEXISTS, MAV_FTP_ERR_FILENOTFOUND, MAV_FTP_ERR_FILEPROTECTED, MAV_FTP_ERR_INVALIDDATASIZE, MAV_FTP_ERR_INVALIDSESSION, MAV_FTP_ERR_NONE, MAV_FTP_ERR_NOSESSIONSAVAILABLE, MAV_FTP_ERR_UNKNOWNCOMMAND }; export type { MAV_FTP_ERR };