Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface { PublishUplink(appEUI types.AppEUI, devEUI types.DevEUI, req core.DataUpAppReq) error PublishActivation(appEUI types.AppEUI, devEUI types.DevEUI, req core.OTAAAppReq) error SubscribeDownlink(handler core.HandlerServer) error }
Adapter represents the interface of an application
Click to show internal directories.
Click to hide internal directories.