module helloworld.command; enum Command { Q_HELO = 1001, // for HelloRequest R_HELO = 1002, // for HelloReply Q_HEART = 1000, // for Heart }