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
)
Public Function SendAidAsync (
aidkey As OhioKey
) As Task(Of Boolean)
Parameters
- aidkey
- Type: Flex.Hal.OhioOhioKey
The key to send.
Return Value
Type:
TaskBooleanTrue if the key is sent successfully; otherwise false.
See Also