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.
Namespace: MobileTrack.Receiver.ExtensionsAssembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public static List<string> SplitFrames(
string buffer
)
- buffer String
- The input string buffer.
ListStringA list of parsed frames.