9namespace Arp { 
namespace System { 
namespace Commons { 
namespace Net
 
@ Write
Specifies write access to the file. Data can be written to the file and the file pointer can be moved...
 
@ Read
Specifies read access to the file. Data can be read from the file and the file pointer can be moved....
 
@ Connect
Connect operation should be polled.
 
@ Accept
Accept operation should be polled.
 
SelectMode
Modes for Select call to check different data channels.
Definition: SelectMode.hpp:14
 
Root namespace for the PLCnext API