User Tools

Site Tools


api:dk11:delphi:vcl.gisgps.tgis_gpsnmea.rxchar_tobject_integer

Table of Contents

TGIS_GpsNmea.rxChar method

DK11 for Delphi | VCL.GisGps.TGIS_GpsNmea.rxChar | Constructors | Methods | Properties | Events

Event handler for receiving characters from the serial port.

Syntax

// Delphi
protected
  procedure rxChar(
    _sender : TObject;
    _count : Integer
  );
// C++ Builder
protected:
  void rxChar(
    TObject* _sender,
    int _count
  );

Parameters

Name Type Description
_sender TObject who rises the event
_count Integer number of characters
2020/05/07 01:11

Page Tools