OhioScreenSendAidAsync Method |
Sends an
OhioKey to the virtual screen.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public Task<bool> SendAidAsync(
OhioKey aidkey
)
Public Function SendAidAsync (
aidkey As OhioKey
) As Task(Of Boolean)
Parameters
- aidkey OhioKey
- The key to send.
Return Value
TaskBooleanTrue if the key is sent successfully; otherwise false.
See Also