HwSendBreak
Sends a linebreak command to the device.
Declaration
virtual kern_return_t HwSendBreak(bool sendBreak);Parameters
- sendBreak:
A Boolean indicating whether to send a break command.
Return Value
kIOReturnSuccess on success, or another value if an error occurs. See Error Codes.
Discussion
Override this method and use it to set the break bit on the device.