2.2.2.12 AUX_PERF_MDB_SUCCESS_V2
        /// <summary>
        /// Composes buffer for AUX_PERF_MDB_SUCCESS_V2, refer to the definition of AUX_PERF_MDB_SUCCESS_V2 in this Open Specification
        /// </summary>
        /// <param name="reserved">Value for Reserved field in AUX_PERF_MDB_SUCCESS_V2</param>
        /// <returns>The byte array contains the AUX_PERF_MDB_SUCCESS_V2</returns>
        public static byte[] Compose_AUX_PERF_MDB_SUCCESS_V2(int reserved)
        {
            AUX_PERF_MDB_SUCCESS_V2 aux_perf_mdbsuccessv2 = new AUX_PERF_MDB_SUCCESS_V2
            {
                Reserved = (short)reserved
            };

            return(aux_perf_mdbsuccessv2.Serialize());
        }
 /// <summary>
 /// Composes buffer for AUX_PERF_MDB_SUCCESS_V2, refer to the definition of AUX_PERF_MDB_SUCCESS_V2 in this Open Specification
 /// </summary>
 /// <param name="reserved">Value for Reserved field in AUX_PERF_MDB_SUCCESS_V2</param>
 /// <returns>The byte array contains the AUX_PERF_MDB_SUCCESS_V2</returns>
 public static byte[] Compose_AUX_PERF_MDB_SUCCESS_V2(int reserved)
 {
     AUX_PERF_MDB_SUCCESS_V2 aux_perf_mdbsuccessv2 = new AUX_PERF_MDB_SUCCESS_V2
     {
         Reserved = (short)reserved
     };
     return aux_perf_mdbsuccessv2.Serialize();
 }