StringBufferExtensionsSplitFrames Method

Splits the buffer into frames using hash ('#') as a separator, respecting quoted sections. Filters out noise and only returns frames that start with a digit or a known command.

Definition

Namespace: MobileTrack.Receiver.Extensions
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public static List<string> SplitFrames(
	string buffer
)

Parameters

buffer  String
The input string buffer.

Return Value

ListString
A list of parsed frames.

See Also