Click or drag to resize

ReaderSetSystemCode Method

Sets the 4-byte system code. The system code is used to allow Reader to identify whether the card and the reader itself belong to the same application system.

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

Parameters

systemcode
Type: SystemByte
The 4-byte system code.

Return Value

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