![Denso BHT-700-WM Reference Manual Download Page 27](http://html1.mh-extra.com/html/denso/bht-700-wm/bht-700-wm_reference-manual_2483214027.webp)
- 22 -
DeleteSMS
Delete a short message.
■
Syntax
[VB]
Public
Shared
Function
DeleteSMS
( _
ByVal
storeDelSMS As
EN_STORAGESMS,
_
ByVal
index As
UInt32
) As
UInt32
[C#]
public static UInt32
DeleteSMS
(
EN_STORAGESMS
storeDelSMS,
UInt32
index);
■
Parameters
storeDelSMS
[in ] storage area storing delting SMS
Settable value : one of EN_STORAGESMS member
index
[in
]
index
of
SMS
■
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.