Documentation ¶
Index ¶
- func NewPool(client ns.NetworkServerServiceClient) networkserver.Pool
- type Client
- func (n *Client) ActivateDevice(ctx context.Context, in *ns.ActivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) AddDeviceToMulticastGroup(ctx context.Context, in *ns.AddDeviceToMulticastGroupRequest, ...) (*empty.Empty, error)
- func (n *Client) ClearDeviceNonces(ctx context.Context, in *ns.ClearDeviceNoncesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) CreateDevice(ctx context.Context, in *ns.CreateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) CreateDeviceProfile(ctx context.Context, in *ns.CreateDeviceProfileRequest, ...) (*ns.CreateDeviceProfileResponse, error)
- func (n *Client) CreateDeviceQueueItem(ctx context.Context, in *ns.CreateDeviceQueueItemRequest, ...) (*empty.Empty, error)
- func (n *Client) CreateGateway(ctx context.Context, in *ns.CreateGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) CreateGatewayProfile(ctx context.Context, in *ns.CreateGatewayProfileRequest, ...) (*ns.CreateGatewayProfileResponse, error)
- func (n *Client) CreateMACCommandQueueItem(ctx context.Context, in *ns.CreateMACCommandQueueItemRequest, ...) (*empty.Empty, error)
- func (n *Client) CreateMulticastGroup(ctx context.Context, in *ns.CreateMulticastGroupRequest, ...) (*ns.CreateMulticastGroupResponse, error)
- func (n *Client) CreateRoutingProfile(ctx context.Context, in *ns.CreateRoutingProfileRequest, ...) (*ns.CreateRoutingProfileResponse, error)
- func (n *Client) CreateServiceProfile(ctx context.Context, in *ns.CreateServiceProfileRequest, ...) (*ns.CreateServiceProfileResponse, error)
- func (n *Client) DeactivateDevice(ctx context.Context, in *ns.DeactivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) DeleteDevice(ctx context.Context, in *ns.DeleteDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) DeleteDeviceProfile(ctx context.Context, in *ns.DeleteDeviceProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) DeleteGateway(ctx context.Context, in *ns.DeleteGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) DeleteGatewayProfile(ctx context.Context, in *ns.DeleteGatewayProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) DeleteMulticastGroup(ctx context.Context, in *ns.DeleteMulticastGroupRequest, ...) (*empty.Empty, error)
- func (n *Client) DeleteRoutingProfile(ctx context.Context, in *ns.DeleteRoutingProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) DeleteServiceProfile(ctx context.Context, in *ns.DeleteServiceProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) EnqueueMulticastQueueItem(ctx context.Context, in *ns.EnqueueMulticastQueueItemRequest, ...) (*empty.Empty, error)
- func (n *Client) FlushDeviceQueueForDevEUI(ctx context.Context, in *ns.FlushDeviceQueueForDevEUIRequest, ...) (*empty.Empty, error)
- func (n *Client) FlushMulticastQueueForMulticastGroup(ctx context.Context, in *ns.FlushMulticastQueueForMulticastGroupRequest, ...) (*empty.Empty, error)
- func (n *Client) GenerateGatewayClientCertificate(ctx context.Context, in *ns.GenerateGatewayClientCertificateRequest, ...) (*ns.GenerateGatewayClientCertificateResponse, error)
- func (n *Client) GetADRAlgorithms(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetADRAlgorithmsResponse, error)
- func (n *Client) GetDevice(ctx context.Context, in *ns.GetDeviceRequest, opts ...grpc.CallOption) (*ns.GetDeviceResponse, error)
- func (n *Client) GetDeviceActivation(ctx context.Context, in *ns.GetDeviceActivationRequest, ...) (*ns.GetDeviceActivationResponse, error)
- func (n *Client) GetDeviceProfile(ctx context.Context, in *ns.GetDeviceProfileRequest, opts ...grpc.CallOption) (*ns.GetDeviceProfileResponse, error)
- func (n *Client) GetDeviceQueueItemsForDevEUI(ctx context.Context, in *ns.GetDeviceQueueItemsForDevEUIRequest, ...) (*ns.GetDeviceQueueItemsForDevEUIResponse, error)
- func (n *Client) GetGateway(ctx context.Context, in *ns.GetGatewayRequest, opts ...grpc.CallOption) (*ns.GetGatewayResponse, error)
- func (n *Client) GetGatewayProfile(ctx context.Context, in *ns.GetGatewayProfileRequest, opts ...grpc.CallOption) (*ns.GetGatewayProfileResponse, error)
- func (n *Client) GetGatewayStats(ctx context.Context, in *ns.GetGatewayStatsRequest, opts ...grpc.CallOption) (*ns.GetGatewayStatsResponse, error)
- func (n *Client) GetMulticastGroup(ctx context.Context, in *ns.GetMulticastGroupRequest, opts ...grpc.CallOption) (*ns.GetMulticastGroupResponse, error)
- func (n *Client) GetMulticastQueueItemsForMulticastGroup(ctx context.Context, in *ns.GetMulticastQueueItemsForMulticastGroupRequest, ...) (*ns.GetMulticastQueueItemsForMulticastGroupResponse, error)
- func (n *Client) GetNextDownlinkFCntForDevEUI(ctx context.Context, in *ns.GetNextDownlinkFCntForDevEUIRequest, ...) (*ns.GetNextDownlinkFCntForDevEUIResponse, error)
- func (n *Client) GetRandomDevAddr(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetRandomDevAddrResponse, error)
- func (n *Client) GetRoutingProfile(ctx context.Context, in *ns.GetRoutingProfileRequest, opts ...grpc.CallOption) (*ns.GetRoutingProfileResponse, error)
- func (n *Client) GetServiceProfile(ctx context.Context, in *ns.GetServiceProfileRequest, opts ...grpc.CallOption) (*ns.GetServiceProfileResponse, error)
- func (n *Client) GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetVersionResponse, error)
- func (n *Client) RemoveDeviceFromMulticastGroup(ctx context.Context, in *ns.RemoveDeviceFromMulticastGroupRequest, ...) (*empty.Empty, error)
- func (n *Client) SendProprietaryPayload(ctx context.Context, in *ns.SendProprietaryPayloadRequest, ...) (*empty.Empty, error)
- func (n *Client) StreamFrameLogsForDevice(ctx context.Context, in *ns.StreamFrameLogsForDeviceRequest, ...) (ns.NetworkServerService_StreamFrameLogsForDeviceClient, error)
- func (n *Client) StreamFrameLogsForGateway(ctx context.Context, in *ns.StreamFrameLogsForGatewayRequest, ...) (ns.NetworkServerService_StreamFrameLogsForGatewayClient, error)
- func (n *Client) UpdateDevice(ctx context.Context, in *ns.UpdateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) UpdateDeviceProfile(ctx context.Context, in *ns.UpdateDeviceProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) UpdateGateway(ctx context.Context, in *ns.UpdateGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
- func (n *Client) UpdateGatewayProfile(ctx context.Context, in *ns.UpdateGatewayProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) UpdateMulticastGroup(ctx context.Context, in *ns.UpdateMulticastGroupRequest, ...) (*empty.Empty, error)
- func (n *Client) UpdateRoutingProfile(ctx context.Context, in *ns.UpdateRoutingProfileRequest, ...) (*empty.Empty, error)
- func (n *Client) UpdateServiceProfile(ctx context.Context, in *ns.UpdateServiceProfileRequest, ...) (*empty.Empty, error)
- type Pool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPool ¶
func NewPool(client ns.NetworkServerServiceClient) networkserver.Pool
NewPool creates a network-server client pool which always returns the given client on Get.
Types ¶
type Client ¶
type Client struct { CreateServiceProfileChan chan ns.CreateServiceProfileRequest CreateServiceProfileResponse ns.CreateServiceProfileResponse GetServiceProfileChan chan ns.GetServiceProfileRequest GetServiceProfileResponse ns.GetServiceProfileResponse UpdateServiceProfileChan chan ns.UpdateServiceProfileRequest UpdateServiceProfileResponse empty.Empty DeleteServiceProfileChan chan ns.DeleteServiceProfileRequest DeleteServiceProfileResponse empty.Empty CreateRoutingProfileChan chan ns.CreateRoutingProfileRequest CreateRoutingProfileResponse ns.CreateRoutingProfileResponse GetRoutingProfileChan chan ns.GetRoutingProfileRequest GetRoutingProfileResponse ns.GetRoutingProfileResponse UpdateRoutingProfileChan chan ns.UpdateRoutingProfileRequest UpdateRoutingProfileResponse empty.Empty DeleteRoutingProfileChan chan ns.DeleteRoutingProfileRequest DeleteRoutingProfileResponse empty.Empty CreateDeviceProfileChan chan ns.CreateDeviceProfileRequest CreateDeviceProfileResponse ns.CreateDeviceProfileResponse GetDeviceProfileChan chan ns.GetDeviceProfileRequest GetDeviceProfileResponse ns.GetDeviceProfileResponse UpdateDeviceProfileChan chan ns.UpdateDeviceProfileRequest UpdateDeviceProfileResponse empty.Empty DeleteDeviceProfileChan chan ns.DeleteDeviceProfileRequest DeleteDeviceProfileResponse empty.Empty CreateDeviceChan chan ns.CreateDeviceRequest CreateDeviceResponse empty.Empty GetDeviceChan chan ns.GetDeviceRequest GetDeviceResponse ns.GetDeviceResponse UpdateDeviceChan chan ns.UpdateDeviceRequest UpdateDeviceResponse empty.Empty DeleteDeviceChan chan ns.DeleteDeviceRequest DeleteDeviceResponse empty.Empty ActivateDeviceChan chan ns.ActivateDeviceRequest ActivateDeviceResponse empty.Empty DeactivateDeviceChan chan ns.DeactivateDeviceRequest DeactivateDeviceResponse empty.Empty GetDeviceActivationChan chan ns.GetDeviceActivationRequest GetDeviceActivationResponse ns.GetDeviceActivationResponse GetRandomDevAddrChan chan empty.Empty GetRandomDevAddrResponse ns.GetRandomDevAddrResponse CreateMACCommandQueueItemChan chan ns.CreateMACCommandQueueItemRequest CreateMACCommandQueueItemResponse empty.Empty SendProprietaryPayloadChan chan ns.SendProprietaryPayloadRequest SendProprietaryPayloadResponse empty.Empty CreateGatewayChan chan ns.CreateGatewayRequest CreateGatewayResponse empty.Empty GetGatewayChan chan ns.GetGatewayRequest GetGatewayResponse ns.GetGatewayResponse UpdateGatewayChan chan ns.UpdateGatewayRequest UpdateGatewayResponse empty.Empty DeleteGatewayChan chan ns.DeleteGatewayRequest DeleteGatewayResponse empty.Empty GetGatewayStatsChan chan ns.GetGatewayStatsRequest GetGatewayStatsResponse ns.GetGatewayStatsResponse CreateGatewayProfileChan chan ns.CreateGatewayProfileRequest CreateGatewayProfileResponse ns.CreateGatewayProfileResponse GetGatewayProfileChan chan ns.GetGatewayProfileRequest GetGatewayProfileResponse ns.GetGatewayProfileResponse UpdateGatewayProfileChan chan ns.UpdateGatewayProfileRequest UpdateGatewayProfileResponse empty.Empty DeleteGatewayProfileChan chan ns.DeleteGatewayProfileRequest DeleteGatewayProfileResponse empty.Empty CreateDeviceQueueItemChan chan ns.CreateDeviceQueueItemRequest CreateDeviceQueueItemResponse empty.Empty FlushDeviceQueueForDevEUIChan chan ns.FlushDeviceQueueForDevEUIRequest FlushDeviceQueueForDevEUIResponse empty.Empty GetDeviceQueueItemsForDevEUIChan chan ns.GetDeviceQueueItemsForDevEUIRequest GetDeviceQueueItemsForDevEUIResponse ns.GetDeviceQueueItemsForDevEUIResponse GetNextDownlinkFCntForDevEUIChan chan ns.GetNextDownlinkFCntForDevEUIRequest GetNextDownlinkFCntForDevEUIResponse ns.GetNextDownlinkFCntForDevEUIResponse CreateMulticastGroupChan chan ns.CreateMulticastGroupRequest CreateMulticastGroupResponse ns.CreateMulticastGroupResponse GetMulticastGroupChan chan ns.GetMulticastGroupRequest GetMulticastGroupResponse ns.GetMulticastGroupResponse UpdateMulticastGroupChan chan ns.UpdateMulticastGroupRequest UpdateMulticastGroupResponse empty.Empty DeleteMulticastGroupChan chan ns.DeleteMulticastGroupRequest DeleteMulticastGroupResponse empty.Empty AddDeviceToMulticastGroupChan chan ns.AddDeviceToMulticastGroupRequest AddDeviceToMulticastGroupResponse empty.Empty RemoveDeviceFromMulticastGroupChan chan ns.RemoveDeviceFromMulticastGroupRequest RemoveDeviceFromMulticastGroupResponse empty.Empty EnqueueMulticastQueueItemChan chan ns.EnqueueMulticastQueueItemRequest EnqueueMulticastQueueItemResponse empty.Empty FlushMulticastQueueForMulticastGroupChan chan ns.FlushMulticastQueueForMulticastGroupRequest FlushMulticastQueueForMulticastGroupResponse empty.Empty GetMulticastQueueItemsForMulticastGroupChan chan ns.GetMulticastQueueItemsForMulticastGroupRequest GetMulticastQueueItemsForMulticastGroupResponse ns.GetMulticastQueueItemsForMulticastGroupResponse GenerateGatewayClientCertificateChan chan ns.GenerateGatewayClientCertificateRequest GenerateGatewayClientCertificateResponse ns.GenerateGatewayClientCertificateResponse GetVersionResponse ns.GetVersionResponse GetADRAlgorithmsResponse ns.GetADRAlgorithmsResponse ClearDeviceNoncesChan chan ns.ClearDeviceNoncesRequest ClearDeviceNoncesResponse empty.Empty }
Client is a test network-server client.
func (*Client) ActivateDevice ¶
func (n *Client) ActivateDevice(ctx context.Context, in *ns.ActivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
ActivateDevice method.
func (*Client) AddDeviceToMulticastGroup ¶
func (n *Client) AddDeviceToMulticastGroup(ctx context.Context, in *ns.AddDeviceToMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
AddDeviceToMulticastGroup method.
func (*Client) ClearDeviceNonces ¶
func (n *Client) ClearDeviceNonces(ctx context.Context, in *ns.ClearDeviceNoncesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
ClearDeviceNonces method.
func (*Client) CreateDevice ¶
func (n *Client) CreateDevice(ctx context.Context, in *ns.CreateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
CreateDevice method.
func (*Client) CreateDeviceProfile ¶
func (n *Client) CreateDeviceProfile(ctx context.Context, in *ns.CreateDeviceProfileRequest, opts ...grpc.CallOption) (*ns.CreateDeviceProfileResponse, error)
CreateDeviceProfile method.
func (*Client) CreateDeviceQueueItem ¶
func (n *Client) CreateDeviceQueueItem(ctx context.Context, in *ns.CreateDeviceQueueItemRequest, opts ...grpc.CallOption) (*empty.Empty, error)
CreateDeviceQueueItem method.
func (*Client) CreateGateway ¶
func (n *Client) CreateGateway(ctx context.Context, in *ns.CreateGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
CreateGateway method.
func (*Client) CreateGatewayProfile ¶
func (n *Client) CreateGatewayProfile(ctx context.Context, in *ns.CreateGatewayProfileRequest, opts ...grpc.CallOption) (*ns.CreateGatewayProfileResponse, error)
CreateGatewayProfile method.
func (*Client) CreateMACCommandQueueItem ¶
func (n *Client) CreateMACCommandQueueItem(ctx context.Context, in *ns.CreateMACCommandQueueItemRequest, opts ...grpc.CallOption) (*empty.Empty, error)
CreateMACCommandQueueItem method.
func (*Client) CreateMulticastGroup ¶
func (n *Client) CreateMulticastGroup(ctx context.Context, in *ns.CreateMulticastGroupRequest, opts ...grpc.CallOption) (*ns.CreateMulticastGroupResponse, error)
CreateMulticastGroup method.
func (*Client) CreateRoutingProfile ¶
func (n *Client) CreateRoutingProfile(ctx context.Context, in *ns.CreateRoutingProfileRequest, opts ...grpc.CallOption) (*ns.CreateRoutingProfileResponse, error)
CreateRoutingProfile method.
func (*Client) CreateServiceProfile ¶
func (n *Client) CreateServiceProfile(ctx context.Context, in *ns.CreateServiceProfileRequest, opts ...grpc.CallOption) (*ns.CreateServiceProfileResponse, error)
CreateServiceProfile method.
func (*Client) DeactivateDevice ¶
func (n *Client) DeactivateDevice(ctx context.Context, in *ns.DeactivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeactivateDevice method.
func (*Client) DeleteDevice ¶
func (n *Client) DeleteDevice(ctx context.Context, in *ns.DeleteDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteDevice method.
func (*Client) DeleteDeviceProfile ¶
func (n *Client) DeleteDeviceProfile(ctx context.Context, in *ns.DeleteDeviceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteDeviceProfile method.
func (*Client) DeleteGateway ¶
func (n *Client) DeleteGateway(ctx context.Context, in *ns.DeleteGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteGateway method.
func (*Client) DeleteGatewayProfile ¶
func (n *Client) DeleteGatewayProfile(ctx context.Context, in *ns.DeleteGatewayProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteGatewayProfile method.
func (*Client) DeleteMulticastGroup ¶
func (n *Client) DeleteMulticastGroup(ctx context.Context, in *ns.DeleteMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteMulticastGroup method.
func (*Client) DeleteRoutingProfile ¶
func (n *Client) DeleteRoutingProfile(ctx context.Context, in *ns.DeleteRoutingProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteRoutingProfile method.
func (*Client) DeleteServiceProfile ¶
func (n *Client) DeleteServiceProfile(ctx context.Context, in *ns.DeleteServiceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
DeleteServiceProfile method.
func (*Client) EnqueueMulticastQueueItem ¶
func (n *Client) EnqueueMulticastQueueItem(ctx context.Context, in *ns.EnqueueMulticastQueueItemRequest, opts ...grpc.CallOption) (*empty.Empty, error)
EnqueueMulticastQueueItem method.
func (*Client) FlushDeviceQueueForDevEUI ¶
func (n *Client) FlushDeviceQueueForDevEUI(ctx context.Context, in *ns.FlushDeviceQueueForDevEUIRequest, opts ...grpc.CallOption) (*empty.Empty, error)
FlushDeviceQueueForDevEUI method.
func (*Client) FlushMulticastQueueForMulticastGroup ¶
func (n *Client) FlushMulticastQueueForMulticastGroup(ctx context.Context, in *ns.FlushMulticastQueueForMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
FlushMulticastQueueForMulticastGroup method.
func (*Client) GenerateGatewayClientCertificate ¶
func (n *Client) GenerateGatewayClientCertificate(ctx context.Context, in *ns.GenerateGatewayClientCertificateRequest, opts ...grpc.CallOption) (*ns.GenerateGatewayClientCertificateResponse, error)
GenerateGatewayClientCertificate method.
func (*Client) GetADRAlgorithms ¶
func (n *Client) GetADRAlgorithms(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetADRAlgorithmsResponse, error)
GetADRAlgorithms method.
func (*Client) GetDevice ¶
func (n *Client) GetDevice(ctx context.Context, in *ns.GetDeviceRequest, opts ...grpc.CallOption) (*ns.GetDeviceResponse, error)
GetDevice method.
func (*Client) GetDeviceActivation ¶
func (n *Client) GetDeviceActivation(ctx context.Context, in *ns.GetDeviceActivationRequest, opts ...grpc.CallOption) (*ns.GetDeviceActivationResponse, error)
GetDeviceActivation method.
func (*Client) GetDeviceProfile ¶
func (n *Client) GetDeviceProfile(ctx context.Context, in *ns.GetDeviceProfileRequest, opts ...grpc.CallOption) (*ns.GetDeviceProfileResponse, error)
GetDeviceProfile method.
func (*Client) GetDeviceQueueItemsForDevEUI ¶
func (n *Client) GetDeviceQueueItemsForDevEUI(ctx context.Context, in *ns.GetDeviceQueueItemsForDevEUIRequest, opts ...grpc.CallOption) (*ns.GetDeviceQueueItemsForDevEUIResponse, error)
GetDeviceQueueItemsForDevEUI method.
func (*Client) GetGateway ¶
func (n *Client) GetGateway(ctx context.Context, in *ns.GetGatewayRequest, opts ...grpc.CallOption) (*ns.GetGatewayResponse, error)
GetGateway method.
func (*Client) GetGatewayProfile ¶
func (n *Client) GetGatewayProfile(ctx context.Context, in *ns.GetGatewayProfileRequest, opts ...grpc.CallOption) (*ns.GetGatewayProfileResponse, error)
GetGatewayProfile method.
func (*Client) GetGatewayStats ¶
func (n *Client) GetGatewayStats(ctx context.Context, in *ns.GetGatewayStatsRequest, opts ...grpc.CallOption) (*ns.GetGatewayStatsResponse, error)
GetGatewayStats method.
func (*Client) GetMulticastGroup ¶
func (n *Client) GetMulticastGroup(ctx context.Context, in *ns.GetMulticastGroupRequest, opts ...grpc.CallOption) (*ns.GetMulticastGroupResponse, error)
GetMulticastGroup method.
func (*Client) GetMulticastQueueItemsForMulticastGroup ¶
func (n *Client) GetMulticastQueueItemsForMulticastGroup(ctx context.Context, in *ns.GetMulticastQueueItemsForMulticastGroupRequest, opts ...grpc.CallOption) (*ns.GetMulticastQueueItemsForMulticastGroupResponse, error)
GetMulticastQueueItemsForMulticastGroup method.
func (*Client) GetNextDownlinkFCntForDevEUI ¶
func (n *Client) GetNextDownlinkFCntForDevEUI(ctx context.Context, in *ns.GetNextDownlinkFCntForDevEUIRequest, opts ...grpc.CallOption) (*ns.GetNextDownlinkFCntForDevEUIResponse, error)
GetNextDownlinkFCntForDevEUI method.
func (*Client) GetRandomDevAddr ¶
func (n *Client) GetRandomDevAddr(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetRandomDevAddrResponse, error)
GetRandomDevAddr method.
func (*Client) GetRoutingProfile ¶
func (n *Client) GetRoutingProfile(ctx context.Context, in *ns.GetRoutingProfileRequest, opts ...grpc.CallOption) (*ns.GetRoutingProfileResponse, error)
GetRoutingProfile method.
func (*Client) GetServiceProfile ¶
func (n *Client) GetServiceProfile(ctx context.Context, in *ns.GetServiceProfileRequest, opts ...grpc.CallOption) (*ns.GetServiceProfileResponse, error)
GetServiceProfile method.
func (*Client) GetVersion ¶
func (n *Client) GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*ns.GetVersionResponse, error)
GetVersion method.
func (*Client) RemoveDeviceFromMulticastGroup ¶
func (n *Client) RemoveDeviceFromMulticastGroup(ctx context.Context, in *ns.RemoveDeviceFromMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
RemoveDeviceFromMulticastGroup method.
func (*Client) SendProprietaryPayload ¶
func (n *Client) SendProprietaryPayload(ctx context.Context, in *ns.SendProprietaryPayloadRequest, opts ...grpc.CallOption) (*empty.Empty, error)
SendProprietaryPayload method.
func (*Client) StreamFrameLogsForDevice ¶
func (n *Client) StreamFrameLogsForDevice(ctx context.Context, in *ns.StreamFrameLogsForDeviceRequest, opts ...grpc.CallOption) (ns.NetworkServerService_StreamFrameLogsForDeviceClient, error)
StreamFrameLogsForDevice method.
func (*Client) StreamFrameLogsForGateway ¶
func (n *Client) StreamFrameLogsForGateway(ctx context.Context, in *ns.StreamFrameLogsForGatewayRequest, opts ...grpc.CallOption) (ns.NetworkServerService_StreamFrameLogsForGatewayClient, error)
StreamFrameLogsForGateway method.
func (*Client) UpdateDevice ¶
func (n *Client) UpdateDevice(ctx context.Context, in *ns.UpdateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateDevice method.
func (*Client) UpdateDeviceProfile ¶
func (n *Client) UpdateDeviceProfile(ctx context.Context, in *ns.UpdateDeviceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateDeviceProfile method.
func (*Client) UpdateGateway ¶
func (n *Client) UpdateGateway(ctx context.Context, in *ns.UpdateGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateGateway method.
func (*Client) UpdateGatewayProfile ¶
func (n *Client) UpdateGatewayProfile(ctx context.Context, in *ns.UpdateGatewayProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateGatewayProfile method.
func (*Client) UpdateMulticastGroup ¶
func (n *Client) UpdateMulticastGroup(ctx context.Context, in *ns.UpdateMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateMulticastGroup method.
func (*Client) UpdateRoutingProfile ¶
func (n *Client) UpdateRoutingProfile(ctx context.Context, in *ns.UpdateRoutingProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateRoutingProfile method.
func (*Client) UpdateServiceProfile ¶
func (n *Client) UpdateServiceProfile(ctx context.Context, in *ns.UpdateServiceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error)
UpdateServiceProfile method.