[#BloombergLP-ball-Transmission] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::Transmission :relfileprefix: ../../ :mrdocs: This struct provides a namespace for enumerating the causes of the transmission of a log record. == Synopsis Declared in `<ball_transmission.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Transmission; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/Transmission/_04enum.adoc[`Unnamed enum`] | Define `LENGTH` to be the number of consecutively‐valued enumerators in the range `[ e_PASSTHROUGH .. e_MANUAL_PUBLISH_ALL ]`. | xref:BloombergLP/ball/Transmission/Cause.adoc[`Cause`] | Causes of the transmission of a log record. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/Transmission/streamOut.adoc[`streamOut`] | Format the specified `value` to the specified output `stream` and return a reference to the modifiable `stream`. | xref:BloombergLP/ball/Transmission/toAscii.adoc[`toAscii`] | Return the string representation exactly matching the enumerator name corresponding to the specified enumeration `value`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#