Download Print this page

Denso BHT-700-WM Reference Manual page 24

Bar code handy terminal gprs class library

Advertisement

GetOperatorListInfo
Acquire all the visible operator name.
Syntax
[VB]
Public Shared Function GetOperatorListInfo( _
ByVal
opeInfo As OperatorListInfo()) As UInt32
[C#]
public static UInt32 GetOperatorListInfo(
OperatorListInfo[]
Parameters
opeInfo
[out] array storing operator information (refer to 4. Operator list 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 visible operator.
Call GetOperatorListCnt method before calling this method to acquire the number of visible
operator.
opeInfo);
- 19 -

Advertisement

loading