Interface IDeviceService
A service that allows you manage an ArtemisDevice
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public interface IDeviceService
Methods
IdentifyDevice(ArtemisDevice)
Identifies the device by making it blink white 5 times
Declaration
void IdentifyDevice(ArtemisDevice device)
Parameters
Type | Name | Description |
---|---|---|
ArtemisDevice | device |