List of Parameters
List of parameters supported by W51System class
User Manual W51PC DCOM Interface V1.1
interface ICW51Param : IDispatch
{
HRESULT GetBlob([out] BSTR* Blob);
HRESULT SetBlob([in] BSTR Blob);
HRESULT SetParam([in] BSTR Name, [in] BSTR Value);
HRESULT GetParam([in] BSTR Name, [out] BSTR *Value);
HRESULT Reset();
};
Description of methods in ICW51Param:
HRESULT GetBlob([out] BSTR* Blob);
Retrieves the blob as a BSTR.
HRESULT SetBlob([in] BSTR Blob);
Sets the blob so parameters can be extracted.
HRESULT SetParam([in] BSTR Name, [in] BSTR Value);
Sets a parameter value. Name is the parameter name and Value is a
BSTR containing the value of the parameter. The Name and Value
strings are case sensitive.
HRESULT GetParam([in] BSTR Name,[out] BSTR *Value);
This function retrieves the value of a parameter. Name is the parameter
name and Value is a pointer to the parameter value. The Name and Val-
ue strings are case sensitive.
HRESULT Reset();
Resets all the parameters to empty strings. Call this function to clear the
contents of the blob stored in the object.
W51 Parameter Name
Afc
Agc
Algorithm
Am-gain
Am-offset
Auto
Auto-speed
Legal Values
ON, OFF
ON, OFF, LOW-NOISE
VITERBI, FANO
0...100
0...2047
ON, OFF
ON, OFF
List of Parameters • 11
Need help?
Do you have a question about the W51PC and is the answer not in the manual?
Questions and answers