update documentation
This commit is contained in:
@@ -299,13 +299,28 @@ It has methods:</p>
|
||||
<p>This provides methods for connecting to multiple channels.
|
||||
</p>
|
||||
<h3>PvaClientMultiGetDouble</h3>
|
||||
<p>This provides support for channelGet to multiple channels.
|
||||
<p>This provides support for channelGet to multiple channels where each channel has a value field that is a numeric scalar.
|
||||
</p>
|
||||
<h3>PvaClientMultiPutDouble</h3>
|
||||
<p>This provides support for channelPut to multiple channels.
|
||||
<p>This provides support for channelPut to multiple channels where each channel has a value field that is a numeric scalar.
|
||||
</p>
|
||||
<h3>PvaClientMultiMonitorDouble</h3>
|
||||
<p>This provides support for monitoring changes to multiple channels.
|
||||
<p>This provides support for monitoring changes to multiple channels where each channel has a value field that is a numeric scalar.
|
||||
</p>
|
||||
<h3>PvaClientNTMultiGet</h3>
|
||||
<p>This provides support for channelGet to multiple channels where each channel has a value field that has any valid type.
|
||||
</p>
|
||||
<h3>PvaClientNTMultiPut</h3>
|
||||
<p>This provides support for channelPut to multiple channels where each channel has a value
|
||||
field that has any valid type.
|
||||
</p>
|
||||
<h3>PvaClientNTMultiMonitor</h3>
|
||||
<p>This provides support for monitoring changes to multiple channels where each channel has a
|
||||
value field that has any valid type.
|
||||
</p>
|
||||
<h3>PvaClientNTMultiData</h3>
|
||||
<p>This provides support for monitoring changes to multiple channels where each channel has a value field that has any valid type.
|
||||
The client can get the data as normative type NTMultiChannel.
|
||||
</p>
|
||||
|
||||
</div> <!-- class="contents" -->
|
||||
|
||||
Reference in New Issue
Block a user