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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static List<string> SplitFrames(
	string buffer
)

Parameters

buffer  String
The input string buffer.

Return Value

ListString
A list of parsed frames.

See Also