Download Print this page

Denso BHT-700-WM Reference Manual page 22

Bar code handy terminal gprs class library

Advertisement

GetAllOperatorInfo
Acquire all the operator name.
Syntax
[VB]
Public Shared Function GetAllOperatorInfo( _
ByVal
opeInfo As OperatorInfo()) As UInt32
[C#]
public static UInt32
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.
GetAllOperatorInfo(OperatorInfo[]
- 17 -
opeInfo);

Advertisement

loading