SCANTECH ID (Champtek company) RFR100 User Manual

Page 13

Advertising
background image

User Manual – RFR100 433MHz TCPIP Reader

13

Prototype

int prtcl_resettcp()

Description

Software reset the Ethernet module

Parameter

None

Return Value

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

Comment

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

Prototype

int prtcl_getidnumber( DWORD idnum )

Description

Inquire the ID of the reader

Parameter

Idnum[out]: 000000~999999(decimal)

Return value

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

Prototype

int prtcl_setidnumber( DWORD idnum )

Description

Set the ID of the reader

Parameter

Idnum[in]: 000000~999999(decimal)

Return value

0: Successful – Successful operation
1: Timeout – No response
2: Error – Failed operation
3: Illegal parameter - The parameter is illegal

Prototype

int prtcl_setRSSIrange( unsigned short range )

Description

Set the receiving RSSI range of the reader

Parameter

range[in]: 00~99(decimal)
Ex. If want to reader only send back the packet above
-80dbm. Set range[in] to 80

Return value

0: Successful – Successful operation
1: Timeout – No response
2: Error – Failed operation
3: Illegal parameter - The parameter is illegal

Advertising