![Denso BHT-700-WM Reference Manual Download Page 22](http://html1.mh-extra.com/html/denso/bht-700-wm/bht-700-wm_reference-manual_2483214022.webp)
- 17 -
GetAllOperatorInfo
Acquire all the operator name.
■
Syntax
[VB]
Public
Shared
Function
GetAllOperatorInfo
( _
ByVal
opeInfo As
OperatorInfo()
) As
UInt32
[C#]
public static UInt32
GetAllOperatorInfo(OperatorInfo[]
opeInfo);
■
Parameters
opeInfo
[out] array storing operator information (refer to 5. Operator structure)
■
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
■
note
Element count of opeInfo should be equal to or larger than the number of operator. Call
GetAlloperatorCnt method before calling this method to acquire the number of operator.