Documentation ¶
Index ¶
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) HandleUplinkMACCommand ¶
func (n *NopNetworkControllerClient) HandleUplinkMACCommand(ctx context.Context, in *nc.HandleUplinkMACCommandRequest, opts ...grpc.CallOption) (*empty.Empty, error)
HandleUplinkMACCommand handles an uplink mac-command. 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) HandleUplinkMetaData ¶
func (n *NopNetworkControllerClient) HandleUplinkMetaData(ctx context.Context, in *nc.HandleUplinkMetaDataRequest, opts ...grpc.CallOption) (*empty.Empty, error)
HandleUplinkMetaData handles uplink meta-rata.
Click to show internal directories.
Click to hide internal directories.