monotooth : monotooth.Model.Device Namespace

ILocalDevice Interface

An interface for all local device implementations.

public interface ILocalDevice : , IDevice


Remarks

To be added.

Members

Methods

Inquire () : DevicePool
This method searches the surrounding area for devices, and then adds them to a device pool.

Member Details

Inquire Method

public DevicePool Inquire ()

This method searches the surrounding area for devices, and then adds them to a device pool.

Returns

A pool of devices, see monotooth.Model.Device.DevicePool.

Remarks

To be added.