IOReinitAccessName() Function
- Last UpdatedFeb 22, 2017
- 1 minute read
The IOReinitAccessName() function reinitializes the I/O connection to a specified Access Name.
Category
I/O communication
Syntax
IOReinitAccessName("AccessName", Default);
Arguments
AccessName
Access Name to be reinitialized.
Default
Default = 1. The I/O reinitialization uses the original default Access Name values assigned from WindowMaker.
Default = 0. The I/O reinitialization uses the current node, application, and topic values assigned to the Access Name.
Remarks
The default settings are determined by the settings in the Access Name configuration panel and also in the WindowViewer configuration (Retry Initiates, Start Local Servers, Reinitialize Default).
Examples
This example reinitializes the I/O connection to AccessName1 using the default values assigned to the node, application, and topic.
IOReinitAccessName("AccessName1", 1);
This example reinitializes the I/O connection to AccessName2 using the current values assigned to the node, application, and topic.
IOReinitAccessName("AccessName2", 0);