| IDevice Interface |
The interface for an IoT device.
Namespace: Microsoft.IoT.DeviceCoreAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IDevice : IClosable
Public Interface IDevice
Inherits IClosable
public interface class IDevice : IClosable
type IDevice =
interface
interface IClosable
end
The IDevice type exposes the following members.
Methods
| Name | Description |
---|
| Close | Releases system resources that are exposed by a Windows Runtime object. (Inherited from IClosable.) |
TopSee Also