Variable class/Network.Buffer Size property
VI Server Property Information | |
---|---|
Property ID | 4F483C05 |
Scope | Basic Development Environment |
Data Name | Network.BuffSize |
Short Name* | Network.BuffSize |
Long Name* | Network:Buffer Size |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 81 |
Owning Class Name | Variable Class |
Data Type | U32 data type |
Property Node | |
Available in Real-Time Operating System | No |
Available in Run-Time Engine | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Permissions | Read/Write |
Remote access allowed | Yes |
Settable when the VI is running | No |
Contents |
Gets or sets the size of the network buffer.
LabVIEW returns the size of the buffer in bytes. However, if the buffer data type is an Integer, such as an 8-bit signed integer, an 8-bit unsigned integer, a 16-bit signed integer, a 16-bit unsigned integer, and so on; a Boolean; a single-precision floating-point or double-precision floating-point; a 16-bit integer of waveforms or double waveforms; a 1D array of all types; or strings, LabVIEW returns the buffer size in those data types. For example, for a 16-bit integer, LabVIEW returns the number of 16-bit integers. For a 1D array, LabVIEW returns the number of arrays.
An error occurs if you attempt to set this property when the VI is running.
Use the Network:Element Size property to set the size of arrays or strings, and use the Network:Points Per Waveform property to set the size of waveforms.
This property is similar to the Size option on the Network page of the Shared Variable Properties dialog box.
LabVIEW uses the Network:Buffer Size, Network:Element Size, and Network:Points Per Waveform properties as appropriate to calculate the network buffer size for a network-published shared variable.
Uses
Specific use cases for this property. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal wiki pages that would also help. |
External Links
Add links to external resources that would also help. |