C# Class Structures.RegisterInfo

Mostra file Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
accessType RegisterProtectionType
bankSize byte
currentSelector UInt16
reserved UInt16
selectorAddress UInt16
type RegisterType

Protected Properties

Property Type Description
length_ UInt32

Public Methods

Method Description
RegisterInfo ( )

Method Details

RegisterInfo() public method

public RegisterInfo ( )

Property Details

accessType public_oe property

public RegisterProtectionType accessType
return RegisterProtectionType

bankSize public_oe property

public byte bankSize
return byte

currentSelector public_oe property

public UInt16 currentSelector
return UInt16

length_ protected_oe property

protected UInt32 length_
return UInt32

reserved public_oe property

public UInt16 reserved
return UInt16

selectorAddress public_oe property

public UInt16 selectorAddress
return UInt16

type public_oe property

public RegisterType type
return RegisterType