Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceRecord
Packages that use DeviceRecord
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.cmd
Methods in io.github.lunasaw.gbproxy.client.transmit.cmd with parameters of type DeviceRecordModifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 设备录像上报 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.request.message
Methods in io.github.lunasaw.gbproxy.client.transmit.request.message that return DeviceRecordModifier and TypeMethodDescriptionCustomMessageProcessorClient.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) MessageProcessorClient.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) 获取设备录像信息 DeviceRecordDeviceInfoQueryMessageClientHandler
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.server.transimit.request.message
Methods in io.github.lunasaw.gbproxy.server.transimit.request.message with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoid
CustomMessageProcessorServer.updateDeviceRecord
(String userId, DeviceRecord deviceRecord) void
MessageProcessorServer.updateDeviceRecord
(String userId, DeviceRecord deviceRecord) 更新设备录像 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.test.user.client
Methods in io.github.lunasaw.gbproxy.test.user.client that return DeviceRecordModifier and TypeMethodDescriptionDefaultMessageProcessorClient.getDeviceRecord
(DeviceRecordQuery userId) -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.test.user.server
Methods in io.github.lunasaw.gbproxy.test.user.server with parameters of type DeviceRecordModifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceRecord
(String userId, DeviceRecord deviceRecord)