Get the gateway with the given identifiers, selecting the fields specified.
(ctx context.Context, in *ttnpb.GetGatewayRequest)
| 51 | GetIdentifiersForEUI(ctx context.Context, in *ttnpb.GetGatewayIdentifiersForEUIRequest) (*ttnpb.GatewayIdentifiers, error) |
| 52 | // Get the gateway with the given identifiers, selecting the fields specified. |
| 53 | Get(ctx context.Context, in *ttnpb.GetGatewayRequest) (*ttnpb.Gateway, error) |
| 54 | // UpdateAntennas updates the gateway antennas. |
| 55 | UpdateAntennas(ctx context.Context, ids *ttnpb.GatewayIdentifiers, antennas []*ttnpb.GatewayAntenna) error |
| 56 | // UpdateAttributes updates the gateway attributes. It takes the union of current and new values. |
no outgoing calls