C# Class Structures.NonVolatileMemoryBlock

Mostra file Open project: mti-rfid/RFID_Explorer

Public Properties

Property Type Description
address UInt32
flags UInt32
length UInt32
pData Byte[]

Public Methods

Method Description
NonVolatileMemoryBlock ( )

Method Details

NonVolatileMemoryBlock() public method

Property Details

address public_oe property

public UInt32 address
return UInt32

flags public_oe property

public UInt32 flags
return UInt32

length public_oe property

public UInt32 length
return UInt32

pData public_oe property

public Byte[] pData
return Byte[]