pub enum MeshControllerRequest {
AttachSocketLink {
socket: Socket,
control_handle: MeshControllerControlHandle,
},
}
Expand description
Interfaces applicable to controlling an Overnet mesh
Variants§
AttachSocketLink
Attach a socket as a new link.
Implementations§
source§impl MeshControllerRequest
impl MeshControllerRequest
pub fn into_attach_socket_link( self ) -> Option<(Socket, MeshControllerControlHandle)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL