Denso BHT-400-CE Reference Manual page 194

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

[Ex.] Check the synchronization with the AP every second until synchronization is
established.
[VB]
While Not 0 = RF.Synchronize(RF.SYNC_CHECK)
Threading.Thread.Sleep(1000)
End While
[C#]
while (0 != RF.Synchronize(RF.SYNC_CHECK))
{
System.Threading.Thread.Sleep(1000);
}
- 188 -

Advertisement

Table of Contents
loading

Table of Contents