| |||
| Home > Class Reference > The CADI class > CADI::CADIBptRead() |
Read the breakpoint request information for a specific breakpoint
ID. This can be used, for example, to retrieve the current ignoreCount of
a specific breakpoint.
virtual CADIReturn_t CADIBptRead(CADIBptNumber_t breakpointId,
CADIBptRequest_t *requestOut) =0;
where:
breakpointIdis the ID of the breakpoint to be read.
requestOutis the return buffer for a single breakpoint.