Download Print this page

Denso BHT-700-WM Reference Manual page 29

Bar code handy terminal gprs class library

Advertisement

SendSMS
Send a short message.
Syntax
[VB]
Public Shared Function SendSMS( _
ByVal
SMSDest As
ByRef
msgRef As UInt32) As UInt32
[C#]
public static UInt32
(string
SMSDest,
Parameters
SMSDest
[in ] destination of short message
SMSText
[in ] contents of short message
msgRef
[out] SMS reference
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
String, ByVal
SMSText As String, _
SendSMS
string
SMSText,
out UInt32
- 24 -
msgRef);

Advertisement

loading