Uses of Enum Class
io.github.lunasaw.gb28181.common.entity.control.instruction.enums.PresetControlEnum
Packages that use PresetControlEnum
Package
Description
- 
Uses of PresetControlEnum in io.github.lunasaw.gb28181.common.entity.control.instruction.builder
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.builder with parameters of type PresetControlEnumModifier and TypeMethodDescriptionPTZInstructionBuilder.addPresetControl(PresetControlEnum control, int presetNumber) 添加预置位控制指令 - 
Uses of PresetControlEnum in io.github.lunasaw.gb28181.common.entity.control.instruction.enums
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.enums that return PresetControlEnumModifier and TypeMethodDescriptionstatic PresetControlEnumPresetControlEnum.getByCode(byte code) 根据指令码查找枚举static PresetControlEnum根据名称查找枚举static PresetControlEnumReturns the enum constant of this class with the specified name.static PresetControlEnum[]PresetControlEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of PresetControlEnum in io.github.lunasaw.gb28181.common.entity.control.instruction.manager
Methods in io.github.lunasaw.gb28181.common.entity.control.instruction.manager that return PresetControlEnumModifier and TypeMethodDescriptionstatic PresetControlEnumPTZInstructionManager.getPresetControlEnum(byte instructionCode) 根据指令码获取预置位控制枚举