DataDeChunker([syncmessage]) -> new DataDeChunker component.
Synchronises to a stream of string data, delimited into chunks by a 'sync' sequence. Chunks are buffered until the next 'sync sequence is received and are then passed on.
Keyword arguments: - syncmessage - string to use as 'sync' sequence (default="XXXXXXXXXXXXXXXXXXXXXXXX")
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |