Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::INexusBreakpoint Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::INexusBreakpoint:

Public Member Functions

INexusDeviceGetNexusDevice ()
void Import_FromCore ()
void Export_ToCore ()
TNexusBreakpointKind GetKind ()
bool GetEnabled ()
bool GetBreakOnRead ()
bool GetBreakOnWrite ()
int GetData ()
int GetAddressLow ()
int GetAddressHigh ()
int GetDataMask ()
bool GetStopped ()
int GetIndex ()
std::wstring GetDescription ()
void SetKind (TNexusBreakpointKind Value)
void SetEnabled (bool Value)
void SetBreakOnRead (bool Value)
void SetBreakOnWrite (bool Value)
void SetData (int Value)
void SetAddressLow (int Value)
void SetAddressHigh (int Value)
void SetDataMask (int Value)

Member Function Documentation

◆ Export_ToCore()

void SCH::INexusBreakpoint::Export_ToCore ( )

◆ GetAddressHigh()

int SCH::INexusBreakpoint::GetAddressHigh ( )

◆ GetAddressLow()

int SCH::INexusBreakpoint::GetAddressLow ( )

◆ GetBreakOnRead()

bool SCH::INexusBreakpoint::GetBreakOnRead ( )

◆ GetBreakOnWrite()

bool SCH::INexusBreakpoint::GetBreakOnWrite ( )

◆ GetData()

int SCH::INexusBreakpoint::GetData ( )

◆ GetDataMask()

int SCH::INexusBreakpoint::GetDataMask ( )

◆ GetDescription()

std::wstring SCH::INexusBreakpoint::GetDescription ( )

◆ GetEnabled()

bool SCH::INexusBreakpoint::GetEnabled ( )

◆ GetIndex()

int SCH::INexusBreakpoint::GetIndex ( )

◆ GetKind()

TNexusBreakpointKind SCH::INexusBreakpoint::GetKind ( )

◆ GetNexusDevice()

INexusDevice * SCH::INexusBreakpoint::GetNexusDevice ( )

◆ GetStopped()

bool SCH::INexusBreakpoint::GetStopped ( )

◆ Import_FromCore()

void SCH::INexusBreakpoint::Import_FromCore ( )

◆ SetAddressHigh()

void SCH::INexusBreakpoint::SetAddressHigh ( int Value)

◆ SetAddressLow()

void SCH::INexusBreakpoint::SetAddressLow ( int Value)

◆ SetBreakOnRead()

void SCH::INexusBreakpoint::SetBreakOnRead ( bool Value)

◆ SetBreakOnWrite()

void SCH::INexusBreakpoint::SetBreakOnWrite ( bool Value)

◆ SetData()

void SCH::INexusBreakpoint::SetData ( int Value)

◆ SetDataMask()

void SCH::INexusBreakpoint::SetDataMask ( int Value)

◆ SetEnabled()

void SCH::INexusBreakpoint::SetEnabled ( bool Value)

◆ SetKind()

void SCH::INexusBreakpoint::SetKind ( TNexusBreakpointKind Value)

The documentation for this struct was generated from the following file: