Click or drag to resize

ReaderSetMultiSettings Method

Change device current settings.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task SetMultiSettings(
	List<MultiSettingsData> multiSettingsDatas
)

Parameters

multiSettingsDatas
Type: System.Collections.GenericListMultiSettingsData
The new settings.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also