SCANTECH ID (Champtek company) RFR100 User Manual

Page 12

Advertising
background image

User Manual – RFR100 433MHz TCPIP Reader

12

Command API

Prototype

void param_settimeout(int timevalue)

Description

Setting the threshold of command timeout

Parameter

Timevalue[in]: Command timeout

Return value

None

Prototype

int prtcl_stopdvc()

Description

Stop the reader to transfer the tag data back to the host
through Ethernet

Parameter

None

Return value

0: Successful - operation successful
1: Timeout – No response
2: Error - Reader received command but failed.

Prototype

int prtcl_resetmcu()

Description

Software reset the reader

Parameter

None

Return Value

0 (Successful) – Successful operation
1 (Time out) – No response
2 (Error) – Failed operation

Comment

After reset the reader, the Ethernet connection will be
disconnected. Need to re-connect the reader for further
operation.

Prototype

int prtcl_startdvc()

Description

Start the reader to transfer the tag data back to the host
through Ethernet

Parameter

None

Return Value

0 (Successful) – Successful operation
1 (Time out) – No response
2(Error) – Failed operation

Advertising