Serial port and GPS

ReadLineDelegate Delegate

Callback for line strings read from the serial port or IP.

[Visual Basic]
Public Delegate Sub ReadLineDelegate( _
   ByVal arr As ArrayList _
)
[C#]
public delegate void ReadLineDelegate(
   ArrayList arr
);

Parameters

arr
Array of line strings received from the serial port

Requirements

Namespace: serial

Assembly: gpsx (in gpsx.exe)

See Also

serial Namespace