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: 4.1.4031.1525
Syntax
public Task<bool> SendAidAsync(
	OhioKey aidkey
)

Parameters

aidkey
Type: Flex.Hal.OhioOhioKey
The key to send.

Return Value

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