Click or drag to resize

OhioScreenSendAidAsync Method

Sends an OhioKey to the virtual screen.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public Task<bool> SendAidAsync(
	OhioKey aidkey
)

Parameters

aidkey  OhioKey
The key to send.

Return Value

TaskBoolean
True if the key is sent successfully; otherwise false.
See Also