OBEXBaseSDPRecord Constructor
Constructs new SDP record for OBEX based service
[Visual Basic]
Public Sub New( _
ByVal
aRfCommPort As
Byte, _
ByVal
aServiceID As
Guid _
)
[C#]
public OBEXBaseSDPRecord(
byte aRfCommPort,
Guid aServiceID);
Parameters
-
aRfCommPort
- RFCOMM port number
-
aServiceID
- UUID of the service
See Also
OBEXBaseSDPRecord Class | BlueLibs.SDP Namespace