Share via


IRemoteToolServer (Compact 2013)

3/26/2014

This is the entry point class for the Remote Tools Server DLL, and which provides core functionality for the Remote Tools Server.

This is a CoClass so you can use CoCreateInstance to instantiate this interface.

Method

Description

IRemoteToolServer::ConfigureDevices

Opens the Remote Tools Framework device configuration dialog.

IRemoteToolServer::ConnectToDevice

Establishes a connection to a device and returns an instance of IRemoteToolDevice.

IRemoteToolServer::CreateCommand

Creates a new instance of IRemoteToolCommand.

IRemoteToolServer::GetVersion

Returns the version of the Remote Tool Server DLL.

IRemoteToolServer::Initialize

Initializes the Remote Tool Server and Core Connectivity.

IRemoteToolServer::ReInitialize

Reinitializes the Remote Tool Server and Core Connectivity.

See Also

Reference

Remote Tools Server Interfaces