Searched refs:CommandName (Results 1 – 1 of 1) sorted by relevance
341 …private bool TryExtractCommandParameters(uint commandHeader, out CommandName command, out uint com… in TryExtractCommandParameters()343 command = default(CommandName); in TryExtractCommandParameters()349 if(!Enum.IsDefined(typeof(CommandName), rawCommand)) in TryExtractCommandParameters()354 command = (CommandName)rawCommand; in TryExtractCommandParameters()369 …private void ExecuteCommand(CommandName command, uint commandLength, bool[] flags, uint generateLe… in ExecuteCommand()374 case CommandName.Instantiate: in ExecuteCommand()377 case CommandName.Generate: in ExecuteCommand()380 case CommandName.Uninstantiate: in ExecuteCommand()387 case CommandName.Reseed: in ExecuteCommand()390 case CommandName.Update: in ExecuteCommand()[all …]