Download Print this page

Denso BHT-700-WM Reference Manual page 31

Bar code handy terminal gprs class library

Advertisement

SendSMSFromMem
Send short message stored in the memory.
Syntax
[VB]
Public Shared Function SendSMSFromMem( _
ByVal
SMSSrcStorage As
ByVal
index As
[C#]
public static UInt32 SendSMSFromMem(
EN_STORAGESMS
out UInt32
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.
EN_STORAGESMS, _
UInt32, ByRef
msgRef As UInt32) As UInt32
SMSSrcStorage,
msgRef);
UInt32
index,
- 26 -

Advertisement

loading