class Syslog
Defined at line 4829 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Delivery method for syslog.
Public Methods
bool IsUnknown ()
Defined at line 4843 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void Syslog ()
void ~Syslog ()
void Syslog (Syslog && other)
Syslog & operator= (Syslog && other)
bool has_invalid_tag ()
bool is_batch ()
Syslog WithBatch (::fidl::ClientEnd< ::fuchsia_diagnostics::BatchIterator> val)
Client end of the iterator used by Fuchsia clients.
::fidl::ClientEnd< ::fuchsia_diagnostics::BatchIterator> & batch ()
Client end of the iterator used by Fuchsia clients.
const ::fidl::ClientEnd< ::fuchsia_diagnostics::BatchIterator> & batch ()
Client end of the iterator used by Fuchsia clients.
bool is_stream ()
Syslog WithStream (::zx::socket val)
Consumer end of the socket used by host-side clients.
::zx::socket & stream ()
Consumer end of the socket used by host-side clients.
const ::zx::socket & stream ()
Consumer end of the socket used by host-side clients.
::fuchsia_test_manager::wire::Syslog::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kBatch | 2 |
| kStream | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4838 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h