Serial port and GPS

IPClient.m_filter Field

For filtering lines from serial port.

[Visual Basic]
Private m_filter As String
[C#]
private string m_filter;

Remarks

Used, if if the read line delegate RdLineCb is set. In both the filter and the delegate are set, then the delegate gets only lines matching starting with the filter string. Unfortunally not all CF implementations support regular expressions und we must be happy with this rudimentary solution.

See Also

IPClient Class | serial Namespace