BlueLibs documentation

OBEXConnectionBase.MaxOBEXPacketLen Property

Sets the maximum length supported for the OBEX packets. Actual packet length depends on what packet length the server supports. Check the property after establishing the connection to get actual used packet length.

[Visual Basic]
<DefaultValue(Value:=1024), _  Description(Description:="Sets the maximum length supported for the OBEX packets.")>
Public Property MaxOBEXPacketLen As Integer
[C#]
[DefaultValue(Value=1024)]
[Description(Description="Sets the maximum length supported for the OBEX packets.")]
public int MaxOBEXPacketLen {get; set;}

See Also

OBEXConnectionBase Class | BlueLibs.Components Namespace