C# 클래스 Structures.BlockWriteCmdParms

파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

공개 프로퍼티들

프로퍼티 타입 설명
bank MemoryBank
count byte
offset UInt16
pData UInt16[]

보호된 프로퍼티들

프로퍼티 타입 설명
length_ UInt32

공개 메소드들

메소드 설명
BlockWriteCmdParms ( )

메소드 상세

BlockWriteCmdParms() 공개 메소드

public BlockWriteCmdParms ( )

프로퍼티 상세

bank 공개적으로 프로퍼티

public MemoryBank bank
리턴 MemoryBank

count 공개적으로 프로퍼티

public byte count
리턴 byte

length_ 보호되어 있는 프로퍼티

protected UInt32 length_
리턴 UInt32

offset 공개적으로 프로퍼티

public UInt16 offset
리턴 UInt16

pData 공개적으로 프로퍼티

public UInt16[] pData
리턴 UInt16[]