BlueLibs documentation

DUNConnection.AddStatusCode Method 

According to GSM specifications, end of response is recognized by detecting valid response code. By default the DUNConnection object recognizes only v250 responses. Use this method to add custom respons codes in the application.

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

Parameters

code
string to add as response code

See Also

DUNConnection Class | BlueLibs.GSM Namespace