Denso BHT-400-CE Reference Manual page 310

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

[Ex.] Read out all data remaining in the receive buffer.
[VB]
While MyComm.InBufferCount > 0
len = MyComm.Input(buffer, 0, buffer.Length)
End While
[C#]
while (MyComm.InBufferCount > 0)
{
len = MyComm.Input(buffer, 0, buffer.Length);
}
- 304 -

Advertisement

Table of Contents
loading

Table of Contents