Documentation ¶
Index ¶
- type DeviceMsgServer
- func (s *DeviceMsgServer) EventLogIndex(ctx context.Context, in *dm.EventLogIndexReq) (*dm.EventLogIndexResp, error)
- func (s *DeviceMsgServer) GatewayCanBindIndex(ctx context.Context, in *dm.GatewayCanBindIndexReq) (*dm.GatewayCanBindIndexResp, error)
- func (s *DeviceMsgServer) HubLogIndex(ctx context.Context, in *dm.HubLogIndexReq) (*dm.HubLogIndexResp, error)
- func (s *DeviceMsgServer) PropertyLogIndex(ctx context.Context, in *dm.PropertyLogIndexReq) (*dm.PropertyLogIndexResp, error)
- func (s *DeviceMsgServer) PropertyLogLatestIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.PropertyLogIndexResp, error)
- func (s *DeviceMsgServer) SdkLogIndex(ctx context.Context, in *dm.SdkLogIndexReq) (*dm.SdkLogIndexResp, error)
- func (s *DeviceMsgServer) SendLogIndex(ctx context.Context, in *dm.SendLogIndexReq) (*dm.SendLogIndexResp, error)
- func (s *DeviceMsgServer) ShadowIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.ShadowIndexResp, error)
- func (s *DeviceMsgServer) StatusLogIndex(ctx context.Context, in *dm.StatusLogIndexReq) (*dm.StatusLogIndexResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceMsgServer ¶
type DeviceMsgServer struct { dm.UnimplementedDeviceMsgServer // contains filtered or unexported fields }
func NewDeviceMsgServer ¶
func NewDeviceMsgServer(svcCtx *svc.ServiceContext) *DeviceMsgServer
func (*DeviceMsgServer) EventLogIndex ¶
func (s *DeviceMsgServer) EventLogIndex(ctx context.Context, in *dm.EventLogIndexReq) (*dm.EventLogIndexResp, error)
获取设备数据信息
func (*DeviceMsgServer) GatewayCanBindIndex ¶
func (s *DeviceMsgServer) GatewayCanBindIndex(ctx context.Context, in *dm.GatewayCanBindIndexReq) (*dm.GatewayCanBindIndexResp, error)
获取网关可以绑定的子设备列表
func (*DeviceMsgServer) HubLogIndex ¶
func (s *DeviceMsgServer) HubLogIndex(ctx context.Context, in *dm.HubLogIndexReq) (*dm.HubLogIndexResp, error)
获取设备调试信息记录登入登出,操作
func (*DeviceMsgServer) PropertyLogIndex ¶
func (s *DeviceMsgServer) PropertyLogIndex(ctx context.Context, in *dm.PropertyLogIndexReq) (*dm.PropertyLogIndexResp, error)
获取设备数据信息
func (*DeviceMsgServer) PropertyLogLatestIndex ¶
func (s *DeviceMsgServer) PropertyLogLatestIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.PropertyLogIndexResp, error)
获取设备数据信息
func (*DeviceMsgServer) SdkLogIndex ¶
func (s *DeviceMsgServer) SdkLogIndex(ctx context.Context, in *dm.SdkLogIndexReq) (*dm.SdkLogIndexResp, error)
获取设备sdk调试日志
func (*DeviceMsgServer) SendLogIndex ¶
func (s *DeviceMsgServer) SendLogIndex(ctx context.Context, in *dm.SendLogIndexReq) (*dm.SendLogIndexResp, error)
func (*DeviceMsgServer) ShadowIndex ¶
func (s *DeviceMsgServer) ShadowIndex(ctx context.Context, in *dm.PropertyLogLatestIndexReq) (*dm.ShadowIndexResp, error)
获取设备影子列表
func (*DeviceMsgServer) StatusLogIndex ¶
func (s *DeviceMsgServer) StatusLogIndex(ctx context.Context, in *dm.StatusLogIndexReq) (*dm.StatusLogIndexResp, error)
Click to show internal directories.
Click to hide internal directories.