niSync_revision_query
C Function Prototype
ViStatus niSync_revision_query (ViSession vi, ViChar[] instrumentDriverRevision, ViChar[] firmwareRevision);
Purpose
Returns the revision numbers of the NI-Sync driver and specified device's firmware. You can use this function to confirm that your hardware and software is up to date or compatible with a specific feature.
Parameters
Name |
Type |
Description |
vi |
ViSession |
The session handle that you obtain from niSync_init. The handle identifies a particular instrument session.
|
instrumentDriverRevision |
ViChar[] |
Returns the NI-Sync software revision numbers in the form of a string.
 |
Note You must pass a ViChar array at least 256 bytes in size. |
|
firmwareRevision |
ViChar[] |
Returns the NI-Sync module firmware revision numbers in the form of a string.
 |
Note You must pass a ViChar array at least 256 bytes in size. |
|
Return Values