monotooth : monotooth.Model.Device Namespace

IRemoteDevice Interface

An interface for all remote device implementation.

public interface IRemoteDevice : , IDevice


Remarks

To be added.

Members

Properties

Services
monotooth.Model.Service.ServicePool . The services that this device offers.

Methods

InquireServices (uint) : monotooth.Model.Service.ServicePool
Inquires services from this device, then adds them to service pool.

Member Details

InquireServices Method

public monotooth.Model.Service.ServicePool InquireServices (uint uuid)

Inquires services from this device, then adds them to service pool.

Parameters

uuid
The uuid of the service to search for, to search all services, set this parameter to 0.

Returns

A pool of services, see monotooth.Model.Service.ServicePool.

Remarks

To be added.

Services Property

public monotooth.Model.Service.ServicePool Services { set; get; }

The services that this device offers.

Value

A pool of services.

Remarks

To be added.