Click or drag to resize

ConfigurationConfigurationClientSetPdaConfigAsync(RepeatedField`1CardConfig) Method

Asynchronously sets the PDA configurations from a RepeatedField<CardConfig>.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public Task<Status> SetPdaConfigAsync(
	RepeatedField<CardConfig> cardConfigs
)

Parameters

cardConfigs  RepeatedFieldCardConfig
Configurations for all (to be) connected cards.

Return Value

TaskStatus

[Missing <returns> documentation for "M:RAYLASE.PDA.API.Configuration.ConfigurationClient.SetPdaConfigAsync(Google.Protobuf.Collections.RepeatedField{RAYLASE.PDA.API.CardConfig})"]

See Also