OBEXObject Constructor (UInt16)
Construct new empty OBEX object
[Visual Basic]
Overloads Public Sub New( _
ByVal
MaxHeaderLen As
UInt16 _
)
[C#]
public OBEXObject(
ushort MaxHeaderLen);
Parameters
-
MaxHeaderLen
- maximum size of a header in the object
See Also
OBEXObject Class | BlueLibs.OBEX Namespace | OBEXObject Constructor Overload List