Download Print this page

Denso BHT-700-WM Reference Manual page 32

Bar code handy terminal gprs class library

Advertisement

GetSMSListCnt
Acquire the number of SMS stored in the memory or UIM.
Syntax
[VB]
Public Shared Function GetSMSListCnt( _
ByRef
inSIM As
ByRef
inME As
[C#]
public static UInt32 GetSMSListCnt(
out UInt32
out UInt32
Parameters
inSIM
[out] the number of SMS stored in SIM
totalInSMS
[out] the number of SMS that can be stored in SIM
inME
[out] the number of SMS stored in ME
totalInME
[out] the number of SMS that can be stored in ME
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
UInt32, ByRef
totalInSMS As
UInt32, ByRef
totalInME As UInt32) As UInt32
inSIM,
out UInt32
totalInSMS,
inME,
out UInt32
totalInME);
UInt32, _
- 27 -

Advertisement

loading