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) 告警上报 -
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 TypeMethodDescriptionCustomMessageProcessorClient.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) MessageProcessorClient.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) 设备告警通知 -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.server.transimit.request.message
Methods in io.github.lunasaw.gbproxy.server.transimit.request.message with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionvoid
CustomMessageProcessorServer.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) void
MessageProcessorServer.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify) 更新报警信息 -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.test.user.client
Methods in io.github.lunasaw.gbproxy.test.user.client that return DeviceAlarmNotifyModifier and TypeMethodDescriptionDefaultMessageProcessorClient.getDeviceAlarmNotify
(DeviceAlarmQuery deviceAlarmQuery) -
Uses of DeviceAlarmNotify in io.github.lunasaw.gbproxy.test.user.server
Methods in io.github.lunasaw.gbproxy.test.user.server with parameters of type DeviceAlarmNotifyModifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceAlarm
(DeviceAlarmNotify deviceAlarmNotify)