Uses of Class
io.github.lunasaw.gb28181.common.entity.notify.DeviceAlarmNotify
Packages that use DeviceAlarmNotify
Package
Description
Contains all the SIP NOTIFY message related classes.
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceAlarmNotify in io.github.lunasaw.gb28181.common.entity.notify
Methods in io.github.lunasaw.gb28181.common.entity.notify that return DeviceAlarmNotify -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceAlarmNotify
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) Deprecated.告警上报static String
ClientCommandSender.sendAlarmCommand
(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) 发送告警命令 -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceAlarmNotifyModifier and TypeMethodDescriptionCustomMessageRequestHandler.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) MessageRequestHandler.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) 获取设备告警通知 -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.server.transmit.request.message
Methods in io.github.lunasaw.gbproxy.server.transmit.request.message with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionvoid
DefaultServerMessageProcessorHandler.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) void
ServerMessageProcessorHandler.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) 更新报警信息 -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.test.handler
Methods in io.github.lunasaw.gbproxy.test.handler that return DeviceAlarmNotifyModifier and TypeMethodDescriptionTestClientMessageProcessorHandler.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) static DeviceAlarmNotify
TestClientMessageProcessorHandler.getReceivedAlarm()
static DeviceAlarmNotify
TestServerMessageProcessorHandler.getReceivedAlarm()
Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionvoid
TestClientMessageProcessorHandler.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) void
TestServerMessageProcessorHandler.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify)