Denso BHT-400-CE Reference Manual page 312

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

[Ex.] Send the len(byte) data when there is no longer any data in the send buffer.
[VB]
If MyComm.OutBufferCount = 0 Then
MyComm.Output(buffer, 0, len)
End If
[C#]
if (MyComm.OutBufferCount == 0)
{
MyComm.Output(buffer, 0, len);
}
- 306 -

Advertisement

Table of Contents
loading

Table of Contents