Link a gateway to the Gateway Server for streaming upstream messages and downstream messages.
(ctx context.Context, opts ...grpc.CallOption)
| 46 | type GtwGsClient interface { |
| 47 | // Link a gateway to the Gateway Server for streaming upstream messages and downstream messages. |
| 48 | LinkGateway(ctx context.Context, opts ...grpc.CallOption) (GtwGs_LinkGatewayClient, error) |
| 49 | // Get configuration for the concentrator. |
| 50 | GetConcentratorConfig(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ConcentratorConfig, error) |
| 51 | // Get connection information to connect an MQTT gateway. |
no outgoing calls