Click or drag to resize

ReaderSetManagerCardKey Method

Set the manager card key.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task SetManagerCardKey(
	byte[] key
)

Parameters

key
Type: SystemByte
Access the key A/B settings of manager card.

Return Value

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