Click or drag to resize

ReaderInitialize Method

Initializes the device settings to their default values.

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

Parameters

key
Type: SystemByte

[Missing <param name="key"/> documentation for "M:AC908_SDK.Reader.Initialize(System.Byte[])"]

Return Value

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