ConfigurationConfigurationClientSetPdaConfigAsync(CardConfigurations) Method |
Asynchronously sets the PDA configurations from a configuration message.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public Task<Status> SetPdaConfigAsync(
CardConfigurations cardConfigs
)
Parameters
- cardConfigs CardConfigurations
- Configurations for all (to be) connected cards.
Return Value
TaskStatus[Missing <returns> documentation for "M:RAYLASE.PDA.API.Configuration.ConfigurationClient.SetPdaConfigAsync(RAYLASE.PDA.API.CardConfigurations)"]
See Also