C# Class Structures.NonVolatileMemoryBlock

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

public UInt32 address
return UInt32

flags public property

public UInt32 flags
return UInt32

length public property

public UInt32 length
return UInt32

pData public property

public Byte[] pData
return Byte[]