BlueLibs documentation

OBEXListing Constructor 

Construct new empty OBEX Listing object

[Visual Basic]
Public Sub New( _
   ByVal MaxHeaderLen As UInt16 _
)
[C#]
public OBEXListing(
   ushort MaxHeaderLen
);

Parameters

MaxHeaderLen
maximum size of a header in the object

See Also

OBEXListing Class | BlueLibs.OBEX Namespace