Remotelink, Remotelink_realtime – Argox PA-20 Programming Guide User Manual
Page 98

PT-20 Programming Guide
96
Returns: 0:RS-232
1:USB
Purpose: Use RemoteLink to call the transmission function for user to upload or
download files.
Syntax: void RemoteLink(void);
Example call: RemoteLink( );
Includes:
#include “SDK.h ”
Description: The RemoteLink function provides the transmission environment to link
with PT-FilaManager and make file uploading or downloading.
Returns: Use RemoteLink to call the transmission function for user to upload or
download files.
Purpose: Use RemoteLink_RealTime can transfer file in any state.
Syntax: void RemoteLink_RealTime(BOOL bStatus);
Example call: RemoteLink_RealTime(TRUE);
Includes:
#include “SDK.h ”
Description: This function can set real time RemoteLink enable/disable, the
‘bStatus’
setting as follows:
FALSE
Real time RemoteLink disable
TRUE
Real time RemoteLink enable.
Returns: None