C# 클래스 ESP8266DebugPackage.ESP8266StartupSequence.ParsedFLASHLoader

파일 보기 프로젝트 열기: sysprogs/BSPTools

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
DataBuffer uint
DataBufferSize int
EntryPoint uint
FullPath string
LoadAddress uint
ParameterArea uint
pArg1 uint
pArg2 uint
pCommand uint
pResult uint

공개 메소드들

메소드 설명
ParsedFLASHLoader ( string fn ) : System
QueueInvocation ( int cmd, string arg1, string arg2, string dataFile, int dataOffset, int dataSize, bool loadSelf = false, string error = null ) : CustomStartStep
QueueRegionProgramming ( List cmds, ProgrammableRegion region ) : void

메소드 상세

ParsedFLASHLoader() 공개 메소드

public ParsedFLASHLoader ( string fn ) : System
fn string
리턴 System

QueueInvocation() 공개 메소드

public QueueInvocation ( int cmd, string arg1, string arg2, string dataFile, int dataOffset, int dataSize, bool loadSelf = false, string error = null ) : CustomStartStep
cmd int
arg1 string
arg2 string
dataFile string
dataOffset int
dataSize int
loadSelf bool
error string
리턴 CustomStartStep

QueueRegionProgramming() 공개 메소드

public QueueRegionProgramming ( List cmds, ProgrammableRegion region ) : void
cmds List
region ProgrammableRegion
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

DataBuffer 공개적으로 프로퍼티

public uint DataBuffer
리턴 uint

DataBufferSize 공개적으로 프로퍼티

public int DataBufferSize
리턴 int

EntryPoint 공개적으로 프로퍼티

public uint EntryPoint
리턴 uint

FullPath 공개적으로 프로퍼티

public string FullPath
리턴 string

LoadAddress 공개적으로 프로퍼티

public uint LoadAddress
리턴 uint

ParameterArea 공개적으로 프로퍼티

public uint ParameterArea
리턴 uint

pArg1 공개적으로 프로퍼티

public uint pArg1
리턴 uint

pArg2 공개적으로 프로퍼티

public uint pArg2
리턴 uint

pCommand 공개적으로 프로퍼티

public uint pCommand
리턴 uint

pResult 공개적으로 프로퍼티

public uint pResult
리턴 uint