Function
EN
Version 4.00
@GetNTComPortOutQueCount
NTComPort
Syntax
@GetNTComPortOutQueCount(OSCOMHANDLE1)
Description
Only for the Engine under Windows!
Returns the number the bytes that are available at the time of the call noch im send buffer to transmission are available.
Example: @GetNTComPortOutQueCount(OSCOMHANDLE1)
OSCOMHANDLE1:=@OpenNTComPort("COM1");
@LogReport(@GetNTComPortOutQueCount(OSCOMHANDLE1));
OSCOMHANDLE1:=@CloseNTComPort(OSCOMHANDLE1);
Opens a COM port, returns the number the available bytes in the log file from and closes it then again.
Note : This text was machine-translated and may contain inaccuracies.
