Home |
RTKernel-32 Programming Manual Function COMDisableInterrupt Function COMWaitSendBufferEmpty |
Function COMDisableInterruptCOMDisableInterrupt disables interrupts previously enabled with COMEnableInterrupt. void COMDisableInterrupt(int Port); ParametersPortThe port for which to disable interrupts. The send and receive buffers are not cleared or deleted.
|