Declaration
Visual C#:
int ReplyUSSD(string Command);
Visual C++:
long ReplyUSSD(CString Command);
Visual Basic:
Private Sub ReplyUSSD(ByVal CommandAs String) As Integer
Delphi:
function ReplyUSSD(Command: String) : Integer;
Parameters
Command
USSD command.
Return Value
Remarks