/* 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_SET_RESPONSE_RESULT { public static final int GOPRO_SET_RESPONSE_RESULT_FAILURE = 0; /* The write message with ID indicated failed | */ public static final int GOPRO_SET_RESPONSE_RESULT_SUCCESS = 1; /* The write message with ID indicated succeeded | */ public static final int GOPRO_SET_RESPONSE_RESULT_ENUM_END = 2; /* | */ }