C# 클래스 UnitTests.PacketTypesTest

파일 보기 프로젝트 열기: pleonex/NitroDebugger

공개 메소드들

메소드 설명
CreateNetworkRegisters ( ) : byte[]
CreateRegisters ( ) : NitroDebugger.Register[]

비공개 메소드들

메소드 설명
CreateContinueCommand ( ) : void
CreateDataReply ( ) : void
CreateErrorReply ( ) : void
CreateHaltedReasonCommand ( ) : void
CreateOkReply ( ) : void
CreateReadMemoryCommand ( ) : void
CreateReadRegistersCommand ( ) : void
CreateRegistersReply ( ) : void
CreateSingleStepCommand ( ) : void
CreateStopSignalReplyAccessWatchpoint ( ) : void
CreateStopSignalReplyBreakpoint ( ) : void
CreateStopSignalReplyHostBreak ( ) : void
CreateStopSignalReplyReadWatchpoint ( ) : void
CreateStopSignalReplyStepBreak ( ) : void
CreateStopSignalReplyWatchpoint ( ) : void
CreateWriteMemoryCommand ( ) : void
CreateWriteRegistersCommand ( ) : void
CreateWriteSingleRegisterCommand ( ) : void
FactoryCreateOkReply ( ) : void
FactoryDataReply ( ) : void
FactoryErrorReply ( ) : void
FactoryRegistersReply ( ) : void
FactoryStopSignalReplyAccessWatchpoint ( ) : void
FactoryStopSignalReplyBreakpoint ( ) : void
FactoryStopSignalReplyHostBreak ( ) : void
FactoryStopSignalReplyReadWatchpoint ( ) : void
FactoryStopSignalReplyStepBreak ( ) : void
FactoryStopSignalReplyWatchpoint ( ) : void

메소드 상세

CreateNetworkRegisters() 공개 정적인 메소드

public static CreateNetworkRegisters ( ) : byte[]
리턴 byte[]

CreateRegisters() 공개 정적인 메소드

public static CreateRegisters ( ) : NitroDebugger.Register[]
리턴 NitroDebugger.Register[]