Download Print this page

Denso BHT-700-WM Reference Manual page 30

Bar code handy terminal gprs class library

Advertisement

WriteSMSToMem
Write short message into the memory.
Syntax
[VB]
Public Shared Function WriteSMSToMem( _
ByVal
SMSDestStorage As
ByVal
SMSDestAddr As
ByRef
index As UInt32) As UInt32
[C#]
public static UInt32
(EN_STORAGESMS
string
SMSText,
Parameters
SMSDestStorage
[in ] destination storing short message
settable value : one of EN_STORAGESMS member
SMSDestAddr
[in ] destination of short message
SMSText
[in ] contents of short message
index
[out] index of stored short message
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
EN_STORAGESMS, _
String, ByVal
WriteSMSToMem
SMSDestStorage,
out UInt32
index);
SMSText As
String, _
string
SMSDestAddr,
- 25 -

Advertisement

loading