Click or drag to resize

ReaderGetMultiSettings Method

Reads the multi-settings.

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

Parameters

settingCodes
Type: System.Collections.GenericListByte
The setting code.

Return Value

Type: TaskListMultiSettingsData
The multi-settings datas.
See Also