Click or drag to resize

ReaderGetSystemCode Method

Gets 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<byte[]> GetSystemCode()

Return Value

Type: TaskByte
The 4-byte system code.
See Also