2.2.2.14 AUX_PERF_GC_SUCCESS_V2
Ejemplo n.º 1
0
        /// <summary>
        /// Composes buffer for AUX_PERF_GC_SUCCESS_V2, refer to the definition of AUX_PERF_GC_SUCCESS_V2 in this Open Specification
        /// </summary>
        /// <param name="reserved">Value for Reserved field in AUX_PERF_GC_SUCCESS_V2</param>
        /// <returns>The byte array contains the AUX_PERF_GC_SUCCESS_V2</returns>
        public static byte[] Compose_AUX_PERF_GC_SUCCESS_V2(int reserved)
        {
            AUX_PERF_GC_SUCCESS_V2 aux_perf_gc_success_v2 = new AUX_PERF_GC_SUCCESS_V2
            {
                Reserved = reserved
            };

            return(aux_perf_gc_success_v2.Serialize());
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Composes buffer for AUX_PERF_GC_SUCCESS_V2, refer to the definition of AUX_PERF_GC_SUCCESS_V2 in this Open Specification
 /// </summary>
 /// <param name="reserved">Value for Reserved field in AUX_PERF_GC_SUCCESS_V2</param>
 /// <returns>The byte array contains the AUX_PERF_GC_SUCCESS_V2</returns>
 public static byte[] Compose_AUX_PERF_GC_SUCCESS_V2(int reserved)
 {
     AUX_PERF_GC_SUCCESS_V2 aux_perf_gc_success_v2 = new AUX_PERF_GC_SUCCESS_V2
     {
         Reserved = reserved
     };
     return aux_perf_gc_success_v2.Serialize();
 }