Uses of Class
io.github.lunasaw.gb28181.common.entity.response.DeviceRecord
Package
Description
SIP客户端接收到MESSAGE类型请求后的处理
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.cmd
Modifier and TypeMethodDescriptionstatic String
ClientSendCmd.deviceRecordResponse
(FromDevice fromDevice, ToDevice toDevice, DeviceRecord deviceRecord) 设备录像上报 -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.client.transmit.request.message
Modifier and TypeMethodDescriptionCustomMessageProcessorClient.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) MessageProcessorClient.getDeviceRecord
(DeviceRecordQuery deviceRecordQuery) 获取设备录像信息 DeviceRecordDeviceInfoQueryMessageClientHandler
-
Uses of DeviceRecord in io.github.lunasaw.gbproxy.server.transimit.request.message
Modifier 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
Modifier and TypeMethodDescriptionDefaultMessageProcessorClient.getDeviceRecord
(DeviceRecordQuery userId) -
Uses of DeviceRecord in io.github.lunasaw.gbproxy.test.user.server
Modifier and TypeMethodDescriptionvoid
DefaultMessageProcessorServer.updateDeviceRecord
(String userId, DeviceRecord deviceRecord)