class InstanceHandler
Defined at line 5270 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/driver/wire_messaging.h
Facilitates member protocol registration for servers.
Public Methods
void InstanceHandler ()
Defined at line 5276 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/driver/wire_messaging.h
void InstanceHandler (Members members)
Construct an instance handler for a FIDL service. Protocol handlers not present in |members|
will not be registered.
Defined at line 5280 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/driver/wire_messaging.h
::zx::result<> add_wlan_softmac (MemberHandler< ::fuchsia_wlan_softmac::WlanSoftmac> handler)
Adds member "wlan_softmac" to the service instance. |handler| will be
invoked on connection attempts.
# Errors
Returns ZX_ERR_ALREADY_EXISTS if the member was already added.
Returns ZX_ERR_INVALID_ARGS if |handler| is not initialized.
Defined at line 5296 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/driver/wire_messaging.h