C# 클래스 Prototype.Xilinx.Uploader.SpotSpi

상속: ISpi
파일 보기 프로젝트 열기: wramsdell/FPGA-Loader 1 사용 예제들

공개 메소드들

메소드 설명
SpotSpi ( SPI spiConfig ) : Microsoft.SPOT.Hardware
Write ( byte buffer ) : void
Write ( byte buffer, int offset, int count ) : void
WriteRead ( byte writeBuffer, byte readBuffer ) : void

메소드 상세

SpotSpi() 공개 메소드

public SpotSpi ( SPI spiConfig ) : Microsoft.SPOT.Hardware
spiConfig Microsoft.SPOT.Hardware.SPI
리턴 Microsoft.SPOT.Hardware

Write() 공개 메소드

public Write ( byte buffer ) : void
buffer byte
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteRead() 공개 메소드

public WriteRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
리턴 void