Intermec 5055 Reference Guide

Page of 216
im_standby_wait
5-71
5
im_standby_wait
Purpose:
This function places the application and 5055 in standby mode for a specific period of
time to save the battery power.
Syntax:
#include "im5055.h"
IM_STATUS far im_standby_wait
    (IM_USHORT 
iTimeout
);
IN Parameters:
iTimeout    Specifies the amount of time to wait in standby mode. Enter a number from
1 to 65,535 (resolution of 10 ms) to indicate the length of the timeout in milliseconds.
OUT Parameters:
None.
Return Value:
IM_SUCCESS    Success.