Table of Contents

Interface IControllerRemote

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public interface IControllerRemote : IController
Inherited Members
Extension Methods

Methods

DeregisterEndpoint(uint, uint)

void DeregisterEndpoint(uint epType, uint epId)

Parameters

epType uint
epId uint

RegisterEndpoint(uint, uint)

bool RegisterEndpoint(uint epType, uint epId)

Parameters

epType uint
epId uint

Returns

bool