Location:
obexconstants.h
Link against: obex.lib
class TObexProtocolPolicy;
Contains information about OBEX packet sizing policy, defining the maximum buffer size for receive and transmit packets
Defined in TObexProtocolPolicy
:
ReceiveMtu()
, SetReceiveMtu()
, SetTransmitMtu()
, TObexProtocolPolicy()
, TransmitMtu()
, Version()
IMPORT_C TInt SetReceiveMtu(TUint16 aReceiveMtu);
Sets the maximum size of the receive packet buffer for the policy. For the IrDA transport, if the new receive buffer size is different to KObexPacketDefaultSize the receive packet size is set to equal the new buffer size. Otherwise the packet size is set to the protocol defined limit.
|
|
IMPORT_C TInt SetTransmitMtu(TUint16 aTransmitMtu);
Sets the maximum size of the transmit packet buffer for the policy
|
|
IMPORT_C TUint16 Version() const;
Gets the version of the protocol policy format that this class supports
|
IMPORT_C TUint16 ReceiveMtu() const;
Gets the policy's receive packet buffer size
|
IMPORT_C TUint16 TransmitMtu() const;
Gets the policy's transmit packet buffer size
|