![Denso BHT-700-WM Reference Manual Download Page 32](http://html1.mh-extra.com/html/denso/bht-700-wm/bht-700-wm_reference-manual_2483214032.webp)
- 27 -
GetSMSListCnt
Acquire the number of SMS stored in the memory or UIM.
■
Syntax
[VB]
Public
Shared
Function
GetSMSListCnt
( _
ByRef
inSIM As
UInt32, ByRef
totalInSMS As
UInt32, _
ByRef
inME As
UInt32
,
ByRef
totalInME As
UInt32
) As
UInt32
[C#]
public static UInt32
GetSMSListCnt
(
out UInt32
inSIM,
out UInt32
totalInSMS,
out UInt32
inME,
out UInt32
totalInME);
■
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.