Documentation ¶
Index ¶
- type NopNetworkControllerClient
- func (n *NopNetworkControllerClient) HandleDataUpMACCommand(ctx context.Context, in *nc.HandleDataUpMACCommandRequest, ...) (*nc.HandleDataUpMACCommandResponse, error)
- func (n *NopNetworkControllerClient) HandleRXInfo(ctx context.Context, in *nc.HandleRXInfoRequest, opts ...grpc.CallOption) (*nc.HandleRXInfoResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NopNetworkControllerClient ¶
type NopNetworkControllerClient struct{}
NopNetworkControllerClient is a dummy network-controller client which is used when no network-controller is present / configured.
func (*NopNetworkControllerClient) HandleDataUpMACCommand ¶
func (n *NopNetworkControllerClient) HandleDataUpMACCommand(ctx context.Context, in *nc.HandleDataUpMACCommandRequest, opts ...grpc.CallOption) (*nc.HandleDataUpMACCommandResponse, error)
HandleDataUpMACCommand publishes a mac-command received by an end-device. This method will only be called in case the mac-command request was enqueued throught the API or when the CID is >= 0x80 (proprietary mac-command range).
func (*NopNetworkControllerClient) HandleRXInfo ¶
func (n *NopNetworkControllerClient) HandleRXInfo(ctx context.Context, in *nc.HandleRXInfoRequest, opts ...grpc.CallOption) (*nc.HandleRXInfoResponse, error)
HandleRXInfo publishes rx related meta-data.
Click to show internal directories.
Click to hide internal directories.