コード例 #1
0
ファイル: AbsHandler.cs プロジェクト: niuniuzhu/AnimalRunning
 protected void Reply(IUserToken token, byte module, ushort command, PResult result)
 {
     token.CALL_GENERIC_ACMD_REPLY(( ushort )result, command, module);
 }