![Denso BHT-700-WM Reference Manual Download Page 31](http://html1.mh-extra.com/html/denso/bht-700-wm/bht-700-wm_reference-manual_2483214031.webp)
- 26 -
SendSMSFromMem
Send short message stored in the memory.
■
Syntax
[VB]
Public
Shared
Function
SendSMSFromMem
( _
ByVal
SMSSrcStorage As
EN_STORAGESMS, _
ByVal
index As
UInt32
,
ByRef
msgRef As
UInt32
) As
UInt32
[C#]
public static UInt32
SendSMSFromMem
(
EN_STORAGESMS
SMSSrcStorage,
UInt32
index,
out UInt32
msgRef);
■
Parameters
SMSSrcStorage
[in ] source storage
settable value : one of EN_STORAGESMS member
index
[in ] index of send short message
msgRef
[out] message reference
■
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.