IIOControlCode IIOControlCode IIOControlCode IIOControlCode Interface

Definition

Represents IO control code.

public : interface IIOControlCodepublic interface IIOControlCodePublic Interface IIOControlCode// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Devices.Custom.CustomDeviceContract (introduced v1)

Properties

AccessMode AccessMode AccessMode AccessMode

The access mode.

public : IOControlAccessMode AccessMode { get; }public IOControlAccessMode AccessMode { get; }Public ReadOnly Property AccessMode As IOControlAccessMode// You can use this property in JavaScript.

BufferingMethod BufferingMethod BufferingMethod BufferingMethod

The buffering method.

public : IOControlBufferingMethod BufferingMethod { get; }public IOControlBufferingMethod BufferingMethod { get; }Public ReadOnly Property BufferingMethod As IOControlBufferingMethod// You can use this property in JavaScript.

ControlCode ControlCode ControlCode ControlCode

The control code.

public : unsigned int ControlCode { get; }public uint ControlCode { get; }Public ReadOnly Property ControlCode As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The control code.

DeviceType DeviceType DeviceType DeviceType

The device type.

public : ushort DeviceType { get; }public ushort DeviceType { get; }Public ReadOnly Property DeviceType As ushort// You can use this property in JavaScript.
Value
ushort ushort ushort ushort

The device type.

Function Function Function Function

The function.

public : ushort Function { get; }public ushort Function { get; }Public ReadOnly Property Function As ushort// You can use this property in JavaScript.
Value
ushort ushort ushort ushort

The function.