/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * java mavlink generator tool. It should not be modified by hand. */ package com.MAVLink.enums; /** * */ public class GOPRO_REQUEST_STATUS { public static final int GOPRO_REQUEST_SUCCESS = 0; /* The write message with ID indicated succeeded | */ public static final int GOPRO_REQUEST_FAILED = 1; /* The write message with ID indicated failed | */ public static final int GOPRO_REQUEST_STATUS_ENUM_END = 2; /* | */ }