ConfigurationConfigurationClientLoadPdaConfig(String) Method |
Loads PDA configurations from a .json file and returns the configurations as message.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public CardConfigurations LoadPdaConfig(
string path
)
Parameters
- path String
- Path to the .json file holding the PDA configurations.
The path must be reachable from the service.
Return Value
CardConfigurationsPDA configurations as message.
See Also