Click or drag to resize

ConfigurationConfigurationClientSetPdaConfig(SetPdaConfigRequest, CallOptions) Method

Sets the PDA configuration and all device configurations to the service.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public virtual SetPdaConfigReply SetPdaConfig(
	SetPdaConfigRequest request,
	CallOptions options
)

Parameters

request  SetPdaConfigRequest
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

SetPdaConfigReply
The response received from the server.
See Also