Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.utils.PtzCmdEnum
Packages that use PtzCmdEnum
Package
Description
-
Uses of PtzCmdEnum in io.github.lunasaw.gb28181.common.entity.utils
Methods in io.github.lunasaw.gb28181.common.entity.utils that return PtzCmdEnumModifier and TypeMethodDescriptionstatic PtzCmdEnumPtzCmdEnum.getByCommand(String command) static PtzCmdEnumReturns the enum constant of this class with the specified name.static PtzCmdEnum[]PtzCmdEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.lunasaw.gb28181.common.entity.utils with parameters of type PtzCmdEnumModifier and TypeMethodDescriptionstatic StringPtzUtils.getPtzCmd(PtzCmdEnum ptzCmdEnum, int speed) -
Uses of PtzCmdEnum in io.github.lunasaw.gbproxy.server.transmit.cmd
Methods in io.github.lunasaw.gbproxy.server.transmit.cmd with parameters of type PtzCmdEnumModifier and TypeMethodDescriptionstatic StringServerCommandSender.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) 设备云台控制static StringServerSendCmd.deviceControlPtzCmd(FromDevice fromDevice, ToDevice toDevice, PtzCmdEnum ptzCmdEnum, Integer speed) Deprecated.云台控制命令