C# 클래스 Structures.NonVolatileMemoryBlock

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

공개 프로퍼티들

프로퍼티 타입 설명
address UInt32
flags UInt32
length UInt32
pData Byte[]

공개 메소드들

메소드 설명
NonVolatileMemoryBlock ( )

메소드 상세

NonVolatileMemoryBlock() 공개 메소드

프로퍼티 상세

address 공개적으로 프로퍼티

public UInt32 address
리턴 UInt32

flags 공개적으로 프로퍼티

public UInt32 flags
리턴 UInt32

length 공개적으로 프로퍼티

public UInt32 length
리턴 UInt32

pData 공개적으로 프로퍼티

public Byte[] pData
리턴 Byte[]