Network:AccessType Property
Short Name: Network.AccessType
Installed With: Base Package
Class: Variable Properties
Specifies whether a shared variable reads, writes, or reads and writes data.
Valid values are 0 (read only), 1 (write only), and 2 (read/write).
If you set this property to 0 (read only) or 1 (write only), you can create shared variables that are configured only to read data or write data, respectively. When you right-click a shared variable that is bound to a source that is read or write only, the Change to Write and Change to Read options are disabled in the shortcut menu.
This property is similar to the Access Type option on the Variable page of the Shared Variable Properties dialog box.
Remarks
The following table lists the characteristics of this property.
Available in Run-Time Engine and Real-Time Operating System | No |
Permissions | Read/Write |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |