| | |
Constant | Description | Used by the functions |
---|
INTERNET | Timeout used for the connection: Value suited for Internet (long response time). | NetConnect |
INTRANET | Timeout used for the connection: Value suited for Intranet (short response time). | NetConnect |
IPv4 | Lists the IPv4 addresses of a computer. | NetListIPAddress |
IPv6 | Lists the IPv6 addresses of a computer. | NetListIPAddress |
netConfirm | Type of the dialog box to display: Message box with "Yes", "No" and "Cancel" buttons. | NetClientMessageBox, NetRemoteMessageBox |
netInfo | Type of the dialog box to display: Information message box ("OK" button only). | NetClientMessageBox, NetRemoteMessageBox |
netOkCancel | Type of the dialog box to display: Message box with "OK" and "Cancel" buttons. | NetClientMessageBox, NetRemoteMessageBox |
netOptionSendBuffer | Manages the rights of clients on the server : Allow (or not) the use of NetSendBuffer. | NetServerOption |
netOptionSendFile | Manages the rights of clients on the server: Allow (or not) the use of NetSendFile. | NetServerOption |
netOptionSendMessage | Manages the rights of clients on the server: Allow (or not) the use of NetSendMessage. | NetServerOption |
netOptionExecute | Manages the rights of clients on the server: Allow (or not) the use of NetExecute. | NetServerOption |
netOptionDiskList | Manages the rights of clients on the server: Allow (or not) the use of NetDiskList. | NetServerOption |
netOptionDirList | Manages the rights of clients on the server: Allow (or not) the use of NetDirList. | NetServerOption |
netOptionRemoteMessageBox | Manages the rights of clients on the server: Allow (or not) the use of NetRemoteMessageBox. | NetServerOption |
netOptionGetFile | Manages the rights of clients on the server: Allow (or not) the use of NetGetFile. | NetServerOption |
netOptionRenameFile | Manages the rights of clients on the server: Allow (or not) the use of NetRenameFile. | NetServerOption |
netOptionEraseFile | Manages the rights of clients on the server: Allow (or not) the use of NetEraseFile. | NetServerOption |
netYesNo | Type of the dialog box to display: Message box with "Yes" and "No" buttons. | NetClientMessageBox, NetRemoteMessageBox |
netRetryCancel | Type of the dialog box to display: Message box with "Retry" and "Cancel" buttons. | NetClientMessageBox, NetRemoteMessageBox |
netRetryIgnore | Type of the dialog box to display: Message box with "Cancel", "Retry" and "Ignore" buttons. | NetClientMessageBox, NetRemoteMessageBox |
niConnected | Type of information about the connection: used to find out whether the connection is enabled. | NetInfoRemoteAccess |
niConnectionDuration | Type of information about the connection: duration since the connection was established. | NetInfoRemoteAccess |
niNbByteReceived | Type of information about the connection: number of bytes received since the connection was established. | NetInfoRemoteAccess |
niNbByteTransmitted | Type of information about the connection: number of bytes transmitted since the connection was established. | NetInfoRemoteAccess |
FTPServer | Type of server used: A WINDEV FTP server is used. | NetConnectNetStartServer |
RPCServer | Type of server used: A WINDEV RPC server is used. | NetConnect, NetStartServer |