Denso BHT-400-CE Reference Manual page 311

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Output
Writes data into the send buffer.
Syntax
[VB]
Public Sub Output(ByVal buffer() As Byte, ByVal offset As Integer, _
ByVal len As Integer)
[C#]
public void Output(byte[] buffer, int offset, int len)
Parameters
buffer
[in] Source buffer
offset
[in] Offset from the beginning of the source buffer indicating the start point of the data
len
[in] Maximum length of the buffer into which data is to be written
Return value
None
Exceptions
Name of Exception
ObjectDisposedException
Meaning
The COM port has not been opened yet.
- 305 -

Advertisement

Table of Contents
loading

Table of Contents