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 StringClientSendCmd.deviceAlarmNotify(FromDevice fromDevice, ToDevice toDevice, DeviceAlarmNotify deviceAlarmNotify) Deprecated.告警上报static StringClientCommandSender.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 TypeMethodDescriptionvoidDefaultServerMessageProcessorHandler.updateDeviceAlarm(DeviceAlarmNotify deviceAlarmNotify) voidServerMessageProcessorHandler.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 DeviceAlarmNotifyTestClientMessageProcessorHandler.getReceivedAlarm()static DeviceAlarmNotifyTestServerMessageProcessorHandler.getReceivedAlarm()Methods in io.github.lunasaw.gbproxy.test.handler with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionvoidTestClientMessageProcessorHandler.updateDeviceAlarm(DeviceAlarmNotify deviceAlarmNotify) voidTestServerMessageProcessorHandler.updateDeviceAlarm(DeviceAlarmNotify deviceAlarmNotify)