Поделиться через


IOControlCode Конструктор

Определение

Код элемента управления.

public:
 IOControlCode(unsigned short deviceType, unsigned short function, IOControlAccessMode accessMode, IOControlBufferingMethod bufferingMethod);
 IOControlCode(uint16_t const& deviceType, uint16_t const& function, IOControlAccessMode const& accessMode, IOControlBufferingMethod const& bufferingMethod);
public IOControlCode(ushort deviceType, ushort function, IOControlAccessMode accessMode, IOControlBufferingMethod bufferingMethod);
function IOControlCode(deviceType, function, accessMode, bufferingMethod)
Public Sub New (deviceType As UShort, function As UShort, accessMode As IOControlAccessMode, bufferingMethod As IOControlBufferingMethod)

Параметры

deviceType
UInt16

unsigned short

uint16_t

Тип устройства.

function
UInt16

unsigned short

uint16_t

Функция устройства.

accessMode
IOControlAccessMode

Режим доступа.

bufferingMethod
IOControlBufferingMethod

Метод буферизации.

Применяется к