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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static List<string> SplitFrames(
string buffer
)
- buffer String
- The input string buffer.
ListStringA list of parsed frames.