ZylGPSReceiver Mobile for Smart Phone

DetectEventArgs Constructor 

Constructor.

[Visual Basic]
Public Sub New( _
   ByVal SerialCommPort As SerialCommPort, _
   ByVal SerialBaudRate As SerialBaudRate _
)
[C#]
public DetectEventArgs(
   SerialCommPort port,
   SerialBaudRate baudRate
);

Parameters

SerialCommPort
Current port used by the detector.
SerialBaudRate
Current baud rate used by the detector.

See Also

DetectEventArgs Class | ZylGPSReceiverMobileSP Namespace