C# 클래스 Structures.RegisterInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
accessType RegisterProtectionType
bankSize byte
currentSelector UInt16
reserved UInt16
selectorAddress UInt16
type RegisterType

보호된 프로퍼티들

프로퍼티 타입 설명
length_ UInt32

공개 메소드들

메소드 설명
RegisterInfo ( )

메소드 상세

RegisterInfo() 공개 메소드

public RegisterInfo ( )

프로퍼티 상세

accessType 공개적으로 프로퍼티

public RegisterProtectionType accessType
리턴 RegisterProtectionType

bankSize 공개적으로 프로퍼티

public byte bankSize
리턴 byte

currentSelector 공개적으로 프로퍼티

public UInt16 currentSelector
리턴 UInt16

length_ 보호되어 있는 프로퍼티

protected UInt32 length_
리턴 UInt32

reserved 공개적으로 프로퍼티

public UInt16 reserved
리턴 UInt16

selectorAddress 공개적으로 프로퍼티

public UInt16 selectorAddress
리턴 UInt16

type 공개적으로 프로퍼티

public RegisterType type
리턴 RegisterType