Documentation ¶
Index ¶
- type AppDeviceHandle
- func (a *AppDeviceHandle) DeviceEventReport(in *application.EventReport) error
- func (a *AppDeviceHandle) DevicePropertyReport(in *application.PropertyReport) error
- func (a *AppDeviceHandle) DeviceStatusConnected(in *application.ConnectMsg) error
- func (a *AppDeviceHandle) DeviceStatusDisConnected(in *application.ConnectMsg) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDeviceHandle ¶
func NewAppDeviceHandle ¶
func NewAppDeviceHandle(ctx context.Context, svcCtx *svc.ServiceContext) *AppDeviceHandle
func (*AppDeviceHandle) DeviceEventReport ¶
func (a *AppDeviceHandle) DeviceEventReport(in *application.EventReport) error
func (*AppDeviceHandle) DevicePropertyReport ¶
func (a *AppDeviceHandle) DevicePropertyReport(in *application.PropertyReport) error
func (*AppDeviceHandle) DeviceStatusConnected ¶
func (a *AppDeviceHandle) DeviceStatusConnected(in *application.ConnectMsg) error
func (*AppDeviceHandle) DeviceStatusDisConnected ¶
func (a *AppDeviceHandle) DeviceStatusDisConnected(in *application.ConnectMsg) error
Click to show internal directories.
Click to hide internal directories.