Denso BHT-200QW Especificaciones Pagina 342

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 341
- 340 -
Input
Reads data from the receive buffer.
Syntax
[VB]
Public Function Input(ByVal buffer() As Byte, ByVal offset As Integer, _
ByVal len As Integer) As Integer
[C#]
public int Input(byte[] buffer, int offset, int len)
Parameters
buffer
[out] Destination buffer
offset
[in] Offset from the beginning of the destination buffer indicating the start point of the read
data
len
[in] Maximum length of the buffer to be read
Return value
Length (size) of the data that has been actually read out
Exceptions
Name of Exception Meaning
ObjectDisposedException The COM port has not been opened yet.
Vista de pagina 341
1 2 ... 337 338 339 340 341 342 343 344 345 346 347 ... 376 377

Comentarios a estos manuales

Sin comentarios