BlueLibs documentation

DUNConnection.AddStatusPrefix Method 

According to GSM specifications, end of response is recognized by detecting valid response code. Some response codes like +CMS ERROR: are recognized by prefixes only. By default the DUNConnection object recognizes only v250 responses. Use this method to add custom respons codes prefix in the application.

[Visual Basic]
Public Sub AddStatusPrefix( _
   ByVal prefix As String _
)
[C#]
public void AddStatusPrefix(
   string prefix
);

Parameters

prefix
string to add as response code refix

See Also

DUNConnection Class | BlueLibs.GSM Namespace