ConfigurationConfigurationBaseSetPdaConfig Method |
Sets the PDA configuration and all device configurations to the service.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public virtual Task<SetPdaConfigReply> SetPdaConfig(
SetPdaConfigRequest request,
ServerCallContext context
)
Parameters
- request SetPdaConfigRequest
- The request received from the client.
- context ServerCallContext
- The context of the server-side call handler being invoked.
Return Value
TaskSetPdaConfigReplyThe response to send back to the client (wrapped by a task).
See Also