Location:
c32comm.h
TCommAccess
Specifies the mode in which a port is opened.
We specify the mode when it is opened, and the mode cannot thereafter be changed. If we open the port in Shared mode, other clients of the comms server can use the same port while we have it open. If we open the port in Exclusive mode, then it is locked for our own use and any attempt to access it from another process will fail. Furthermore, our own attempt to open a port in exclusive mode will fail if another process has already opened the port in shared mode.
Infra-red ports using IRCOMM.CSY can be opened in either shared or exclusive mode. However they SHOULD only be opened in Exclusive mode, since opening them any other way warm-boots the computer.
|