Click or drag to resize

ConfigurationConfigurationClientSetPdaConfig(String) Method

Sets the PDA configuration from a .json file.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public Status SetPdaConfig(
	string path
)

Parameters

path  String
Path to the .json file holding the PDA configurations. The path must be reachable from the service.

Return Value

Status

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Configuration.ConfigurationClient.SetPdaConfig(System.String)"]

See Also