| Package | Description |
|---|---|
| com.gurock.smartinspect.packets.watch | |
| com.gurock.smartinspect.session |
| Modifier and Type | Field and Description |
|---|---|
static WatchType |
WatchType.Address
Instructs the Console to treat a Watch value as address.
|
static WatchType |
WatchType.Boolean
Instructs the Console to treat a Watch value as boolean.
|
static WatchType |
WatchType.Char
Instructs the Console to treat a Watch value as char.
|
static WatchType |
WatchType.Float
Instructs the Console to treat a Watch value as float.
|
static WatchType |
WatchType.Integer
Instructs the Console to treat a Watch value as integer.
|
static WatchType |
WatchType.Object
Instructs the Console to treat a Watch value as object.
|
static WatchType |
WatchType.String
Instructs the Console to treat a Watch value as string.
|
static WatchType |
WatchType.Timestamp
Instructs the Console to treat a Watch value as timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
WatchType |
Watch.getWatchType()
Returns the type of this Watch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Watch.setWatchType(WatchType watchType)
Sets the type of this Watch.
|
| Constructor and Description |
|---|
Watch(WatchType watchType)
Overloaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.sendCustomWatch(Level level,
String name,
String value,
WatchType wt)
Overloaded method.
|
void |
Session.sendCustomWatch(String name,
String value,
WatchType wt)
Overloaded.
|
Copyright © 2023. All rights reserved.