VID Description. Depending on the VIDType,the way in which this property is treated varies slightly.
In the case of SVID, it is treated as an SVNAME of S1F12 Status Variable Namelist Reply (SVNRR). In the case of ECID, it is treated as an ECNAME of S2F30 Equipment Constant Namelist(ECN).
In the case of DVID, we would want to treat it as a DVNAME, but unfortunately in GEM, since neither S6F4 or S6F8 are defined, this is not automatically processed in bop either. However, it is possible for users to use VIDDescription to make it able to handle S6F4 and S6F8.
Syntax
|
Property VIDDescription(lVID As Long) As String
|
|
BSTR GetVIDDescription(long lVID);
void SetVIDDescription(long lVID, LPCTSTR lpszNewValue);
|
Return Value
Example
Remarks
See Also
S1F12 Status Variable Namelist Reply(SVNRR)
S2F30 Equipment Constant Namelist(ECN)
|