Uses of Class
com.gurock.smartinspect.packets.controlcommand.ControlCommandType
-
Packages that use ControlCommandType Package Description com.gurock.smartinspect.packets.controlcommand com.gurock.smartinspect.session -
-
Uses of ControlCommandType in com.gurock.smartinspect.packets.controlcommand
Fields in com.gurock.smartinspect.packets.controlcommand declared as ControlCommandType Modifier and Type Field Description static ControlCommandTypeControlCommandType. ClearAllInstructs the Console to reset the whole Console.static ControlCommandTypeControlCommandType. ClearAutoViewsInstructs the Console to clear all AutoViews.static ControlCommandTypeControlCommandType. ClearLogInstructs the Console to clear all Log Entries.static ControlCommandTypeControlCommandType. ClearProcessFlowInstructs the Console to clear all Process Flow entries.static ControlCommandTypeControlCommandType. ClearWatchesInstructs the Console to clear all Watches.Methods in com.gurock.smartinspect.packets.controlcommand that return ControlCommandType Modifier and Type Method Description ControlCommandTypeControlCommand. getControlCommandType()Returns the type of this Control Command.Methods in com.gurock.smartinspect.packets.controlcommand with parameters of type ControlCommandType Modifier and Type Method Description voidControlCommand. setControlCommandType(ControlCommandType controlCommandType)Sets the type of this Control Command.Constructors in com.gurock.smartinspect.packets.controlcommand with parameters of type ControlCommandType Constructor Description ControlCommand(ControlCommandType controlCommandType) -
Uses of ControlCommandType in com.gurock.smartinspect.session
Methods in com.gurock.smartinspect.session with parameters of type ControlCommandType Modifier and Type Method Description voidSession. sendCustomControlCommand(Level level, ControlCommandType ct, byte[] data)Overloaded.voidSession. sendCustomControlCommand(ControlCommandType ct, byte[] data)Overloaded.
-