Click or drag to resize

ReaderEcho Method

Function to test connection status. The device will reply with the data sent.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public Task<byte[]> Echo(
	byte[] echoMessage
)

Parameters

echoMessage
Type: SystemByte
The message requests device to reply.

Return Value

Type: TaskByte
The message requests device to reply.
See Also