BlueLibs documentation
DUNConnection Constructor
constructs new AT command channel
[Visual Basic]
Public Sub New( _
ByVal
conn
As
ClientConnection
, _
ByVal
s3
As
Byte
, _
ByVal
s4
As
Byte
_
)
[C#]
public DUNConnection(
ClientConnection
conn
,
byte
s3
,
byte
s4
);
Parameters
conn
connection ot use
s3
command terminating symbol
s4
response separator
See Also
DUNConnection Class
|
BlueLibs.GSM Namespace