C# 클래스 ESP8266DebugPackage.ESP8266StartupSequence

상속: ICustomStartupSequenceBuilder
파일 보기 프로젝트 열기: sysprogs/BSPTools 1 사용 예제들

공개 메소드들

메소드 설명
BuildFLASHImages ( string targetPath, string>.Dictionary bspDict, string>.Dictionary debugMethodConfig, LiveMemoryLineHandler lineHandler ) : List
BuildSequence ( string targetPath, string>.Dictionary bspDict, string>.Dictionary debugMethodConfig, LiveMemoryLineHandler lineHandler ) : CustomStartupSequence

메소드 상세

BuildFLASHImages() 공개 정적인 메소드

public static BuildFLASHImages ( string targetPath, string>.Dictionary bspDict, string>.Dictionary debugMethodConfig, LiveMemoryLineHandler lineHandler ) : List
targetPath string
bspDict string>.Dictionary
debugMethodConfig string>.Dictionary
lineHandler LiveMemoryLineHandler
리턴 List

BuildSequence() 공개 메소드

public BuildSequence ( string targetPath, string>.Dictionary bspDict, string>.Dictionary debugMethodConfig, LiveMemoryLineHandler lineHandler ) : CustomStartupSequence
targetPath string
bspDict string>.Dictionary
debugMethodConfig string>.Dictionary
lineHandler LiveMemoryLineHandler
리턴 CustomStartupSequence