Share via


IRemoteToolDeviceDataStore (Compact 2013)

3/26/2014

This interface allows access to the list of devices in the datastore.

Method

Description

IRemoteToolDeviceDataStore::GetCPU

Returns the type of the CPU as a string for the specified device index.

IRemoteToolDeviceDataStore::GetDescription

Returns the description as a string for the specified device index.

IRemoteToolDeviceDataStore::GetDeviceID

Returns the ID as a string for the specified device index.

IRemoteToolDeviceDataStore::GetOSVersion

Returns the OS version as a string for the specified device index.

IRemoteToolDeviceDataStore::GetPlatform

Returns the platform name as a string for the specified device index.

IRemoteToolDeviceDataStore::Load

Loads the datastore in memory.

IRemoteToolDeviceDataStore::Unload

Unloads the datastore from memory.

The following table displays the public properties associated with this interface.

Property

Description

Count

Returns the number of devices in the datastore.

Use this property as an upper bound for the device indexes used in the GetXXX methods in the IRemoteToolDeviceDataStore class.

See Also

Reference

Remote Tools Server Interfaces