www.vtiinstruments.com
EX1629 Command Set
187
vtex1629_get_stored_config_digest
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_get_stored_config_digest (ViSession
vi
, ViInt32
digestArraySize
, ViInt8 _VI_FAR
digest[]
,
ViPInt32
digestActualSize
);
F
UNCTION
P
ARAMETERS
vi
= contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
digestArraySize
= contains the size of the allocated digest array. For consistency, the client application should
allocate VTEX1629_MAX_DIGEST_LENGTH bytes.
digest[]
= the current configuration’s digest.
digestActualSize
= the actual configuration digest size.
D
ATA
I
TEM
R
ESET
V
ALUE
Not applicable to this function.
D
ESCRIPTION
This function retrieves the digest of the instrument configuration saved in non-volatile memory. The digest is a
digital signature representing the configuration data.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 digestActualSize;
ViInt8 digest[VTEX1629_MAX_DIGEST_LENGTH];
…
…
status = vtex1629_get_stored_config_digest (instrumentHandle,
VTEX1629_MAX_DIGEST_LENGTH,
&digestActualSize);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...