SettingsWaveGet method |
|
Remarks
Retrieves the current waveform rendering settings for the waveform analyzer. Settings can be modified through the SettingsWaveSet method.
Syntax
[Visual Basic] control.SettingsWaveGet ( settings as Long ) as enumWanErrorCodes |
[C++] short control.SettingsWaveGet ( void *settings ); |
Parameter |
Description |
|
|
settings |
Address of a structure of type WANALYZER_WAVEFORM_SETTINGS that, on return from the method call, will contain the waveform rendering current settings. |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumWanErrorCodes.ERR_WAN_NOERROR (0) |
The method call was successful. |