| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.events.target |
| Modifier and Type | Method and Description |
|---|---|
TargetInfo |
Target.getTargetInfo()
Returns information about a target.
|
TargetInfo |
Target.getTargetInfo(String targetId)
Returns information about a target.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetInfo> |
Target.getTargets()
Retrieves a list of available targets.
|
| Modifier and Type | Method and Description |
|---|---|
TargetInfo |
AttachedToTarget.getTargetInfo() |
TargetInfo |
TargetCreated.getTargetInfo() |
TargetInfo |
TargetInfoChanged.getTargetInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachedToTarget.setTargetInfo(TargetInfo targetInfo) |
void |
TargetCreated.setTargetInfo(TargetInfo targetInfo) |
void |
TargetInfoChanged.setTargetInfo(TargetInfo targetInfo) |
Copyright © 2020. All rights reserved.