Esempio n. 1
0
 /// <summary>
 /// a pre-programmed movement or acrobatics
 /// </summary>
 /// <param name="Animation"></param>
 public void StartAnimation(SumoEnumGenerated.SimpleAnimation_id Animation)
 {
     this.sender.Send(SumoCommandsGenerated.Animations_SimpleAnimation_cmd(Animation)); // Commands.Animation_cmd(Animation));
 }
Esempio n. 2
0
 /// <summary>
 /// Animations_SimpleAnimation
 ///
 /// Play a parameterless animation.
 ///
 ///
 /// args : enum
 /// </summary>
 public static byte[] Animations_SimpleAnimation_cmd(SumoEnumGenerated.SimpleAnimation_id id)
 {
     return(StructConverter.Pack("<BBHI", 3, 2, 4, (UInt16)id));
 }