DotNet6502
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
PacketType.cs File Reference

Namespaces

package  Protocol.Packets
 

Enumerations

enum  Protocol.Packets.PacketType : byte {
  Protocol.Packets.PacketType.None, Protocol.Packets.PacketType.RegistersRequest, Protocol.Packets.PacketType.Registers, Protocol.Packets.PacketType.PinsRequest,
  Protocol.Packets.PacketType.Pins, Protocol.Packets.PacketType.CyclesRequest, Protocol.Packets.PacketType.Cycles, Protocol.Packets.PacketType.StopCommand,
  Protocol.Packets.PacketType.ContinueCommand, Protocol.Packets.PacketType.NextCycleCommand, Protocol.Packets.PacketType.NextInstructionCommand, Protocol.Packets.PacketType.MemoryRequest,
  Protocol.Packets.PacketType.Memory, Protocol.Packets.PacketType.RunToAddressCommand, Protocol.Packets.PacketType.RunUntilLoopCommand
}