 | 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
Syntaxpublic Task SetSystemCode(
byte[] systemcode
)
Parameters
- systemcode
- Type: SystemByte
The 4-byte system code.
Return Value
Type:
TaskA task that represents the asynchronous operation.
See Also