Denso BHT-200QW Dokumentacja Strona 342

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 341
1 2 ... 337 338 339 340 341 342 343 344 345 346 347 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag