C# Class Structures.RegisterInfo

Show 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 property

public RegisterProtectionType accessType
return RegisterProtectionType

bankSize public property

public byte bankSize
return byte

currentSelector public property

public UInt16 currentSelector
return UInt16

length_ protected property

protected UInt32 length_
return UInt32

reserved public property

public UInt16 reserved
return UInt16

selectorAddress public property

public UInt16 selectorAddress
return UInt16

type public property

public RegisterType type
return RegisterType