BlueLibs documentation
BTConnection.Connection.Send Method (Byte[], Int32, Int32)
[Visual Basic]
Function Send( _
ByVal
bData
As
Byte()
, _
ByVal
offset
As
Integer
, _
ByVal
len
As
Integer
_
) As
Integer
_
Implements
Connection.Send
[C#]
int
Connection.Send(
byte[]
bData
,
int
offset
,
int
len
);
Implements
Connection.Send
See Also
BTConnection Class
|
BlueLibs Namespace
|
BTConnection.Connection.Send Overload List