[#BloombergLP-balb-PipeControlChannel-ControlCallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PipeControlChannel.adoc[PipeControlChannel]::ControlCallback :relfileprefix: ../../../ :mrdocs: This type of function is called to handle control messages received on the pipe. The `message` is one complete message read from the pipe, without the terminating newline character. == Synopsis Declared in `<balb_pipecontrolchannel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void(xref:BloombergLP/bslstl/StringRef.adoc[bslstl::StringRef] const&)>] ControlCallback; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#