PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIDataReadMemoryInfo


public interface IPDIDataReadMemoryInfo

Representation of data read from target memory


Method Summary
 java.lang.String getAddress()
          Get the address
 IPDIMemory[] getMemories()
          Get the memories
 long getNextPage()
          Get the next page
 long getNextRow()
          Get the next row
 long getNumberBytes()
          Get the number of bytes read
 long getPreviousPage()
          Get the previous page
 long getPreviousRow()
          Get the previous row
 long getTotalBytes()
          Get the total number of bytes
 

Method Detail

getAddress

java.lang.String getAddress()
Get the address

Returns:

getNumberBytes

long getNumberBytes()
Get the number of bytes read

Returns:

getTotalBytes

long getTotalBytes()
Get the total number of bytes

Returns:

getNextRow

long getNextRow()
Get the next row

Returns:

getPreviousRow

long getPreviousRow()
Get the previous row

Returns:

getNextPage

long getNextPage()
Get the next page

Returns:

getPreviousPage

long getPreviousPage()
Get the previous page

Returns:

getMemories

IPDIMemory[] getMemories()
Get the memories

Returns:

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.