| Package | Description |
|---|---|
| com.gurock.smartinspect.packets.controlcommand | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static ControlCommandType |
ControlCommandType.ClearAll
Instructs the Console to reset the whole Console.
|
static ControlCommandType |
ControlCommandType.ClearAutoViews
Instructs the Console to clear all AutoViews.
|
static ControlCommandType |
ControlCommandType.ClearLog
Instructs the Console to clear all Log Entries.
|
static ControlCommandType |
ControlCommandType.ClearProcessFlow
Instructs the Console to clear all Process Flow entries.
|
static ControlCommandType |
ControlCommandType.ClearWatches
Instructs the Console to clear all Watches.
|
| Modifier and Type | Method and Description |
|---|---|
ControlCommandType |
ControlCommand.getControlCommandType()
Returns the type of this Control Command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlCommand.setControlCommandType(ControlCommandType controlCommandType)
Sets the type of this Control Command.
|
| Constructor and Description |
|---|
ControlCommand(ControlCommandType controlCommandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.sendCustomControlCommand(ControlCommandType ct,
byte[] data)
Overloaded.
|
void |
Session.sendCustomControlCommand(Level level,
ControlCommandType ct,
byte[] data)
Overloaded.
|
Copyright © 2023. All rights reserved.