Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementPackage ¶
type DeviceManagementPackage struct {
// contains filtered or unexported fields
}
DeviceManagementPackage is the LoRa Cloud Device Management application package.
func (*DeviceManagementPackage) HandleUp ¶
func (p *DeviceManagementPackage) HandleUp(ctx context.Context, def *ttnpb.ApplicationPackageDefaultAssociation, assoc *ttnpb.ApplicationPackageAssociation, up *ttnpb.ApplicationUp) error
HandleUp implements packages.ApplicationPackageHandler.
func (*DeviceManagementPackage) RegisterHandlers ¶
func (p *DeviceManagementPackage) RegisterHandlers(s *runtime.ServeMux, conn *grpc.ClientConn)
RegisterHandlers implements packages.ApplicationPackageHandler.
func (*DeviceManagementPackage) RegisterServices ¶
func (p *DeviceManagementPackage) RegisterServices(s *grpc.Server)
RegisterServices implements packages.ApplicationPackageHandler.
Click to show internal directories.
Click to hide internal directories.