Function
EN
Version 4.00
@CloseNTComPort
NTComPort
Syntax
@CloseNTComPort(OSCOMHANDLE1);
Description
Only for Engine under Windows!
Closes the Device with the OSCOMHANDLE OSCOMHANDLE1 and returns the closed OSCOMHANDLE.
Example: @CloseNTComPort(OSCOMHANDLE1)
OSCOMHANDLE1:=@OpenNTComPort("COM1");
OSCOMHANDLE1:=@CloseNTComPort(OSCOMHANDLE1);
The device "COM1" is opened and then closed again.
Note : This text was machine-translated and may contain inaccuracies.
