|
||
TObexResponse
|
const TInt KErrIrObexClientNoDevicesFound=-5501;
Extended error for IrObex - No other infrared device found
const TInt KErrIrObexClientPeerDoesNotHaveObex=-5502;
Extended error for IrObex - Other IR device cannot handle IrObex
const TInt KErrIrObexClientPutPeerAborted=-5503;
Extended error for IrObex - Other IR device aborted the transfer
const TInt KErrIrObexServerPutPeerAborted=-5507;
Extended error for IrObex - Peer device aborted data transmission/obex sending
const TInt KErrIrObexConnectChallRejected=-5512;
Extended error for IrObex - Cannot authorise the challenge so link dropped
const TInt KErrIrObexPacketDuringWait=-5515;
Packet received while state machine is in a wait state
const TInt KObexTransportInfoVersion0=0;
Version number for TObexTransportInfo
TObexTransportInfo
and derived classes. When iVersion is set to this value the following fields of TObexTransportInfo
TObexTransportInfo
must be set: iTransportName, iReceiveMtu iTransmitMtu The iVersion member variable must be set to this value. If in future
any of the iFuture variables are used a new version constant will be created.
TObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TInt KObexDefaultMtuSize=4000;
Default for the receive and transmit MTU sizes Use this default value for setting the iReceiveMtu or iTransmitMtu in TObexTransportInfo
TObexTransportInfo
objects or derived classes.
TObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TUint KObexIrdaDefaultDiscoverySlotsToUse=1;
Default value for the number of discovery slots to use. Use this value as a default for iDiscoverySlots in TObexIrdaV2TransportInfo.
const TUint KObexIrdaDefaultDiscoveryAttempts=4;
Default value for the number of discovery attempts made. Use this value as a default for iDiscoveryAttempts in TObexIrdaV2TransportInfo.
const TLitC< sizeof(L"IrTinyTP")/2 KObexIrTTPProtocol)={sizeof(L"IrTinyTP" )/2-1,L"IrTinyTP" };
Protocol string when running over IrDA
TObexIrProtocolInfo
TObexIrProtocolInfo
Used to describe IrDA specific protocol informationTObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TLitC< sizeof(L"IrTinyTP-V2")/2 KObexIrTTPProtocolV2)={sizeof(L"IrTinyTP-V2" )/2-1,L"IrTinyTP-V2" };
Protocol string when running over IrDA Using this version indicates that the configuration object contains discovery parameters.
TObexIrProtocolInfo
TObexIrProtocolInfo
Used to describe IrDA specific protocol informationconst TLitC< sizeof(L"IrTinyTP-V3")/2 KObexIrTTPProtocolV3)={sizeof(L"IrTinyTP-V3" )/2-1,L"IrTinyTP-V3" };
Protocol string when running over IrDA Using this version indicates that the configuration object contains the device nickname.
TObexIrProtocolInfo
TObexIrProtocolInfo
Used to describe IrDA specific protocol informationconst TLitC< sizeof(L"RFCOMM")/2 KObexRfcommProtocol)={sizeof(L"RFCOMM" )/2-1,L"RFCOMM" };
Protocol string when running over Bluetooth
TObexBluetoothProtocolInfo
TObexBluetoothProtocolInfo
Used to describe Bluetooth specific protocol informationTObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TLitC< sizeof(L"USB")/2 KObexUsbProtocol)={sizeof(L"USB" )/2-1,L"USB" };
Protocol string when running over USB
TObexUsbProtocolInfo
TObexUsbProtocolInfo
Used to describe USB specific protocol informationTObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TLitC< sizeof(L"USB-V2")/2 KObexUsbProtocolV2)={sizeof(L"USB-V2" )/2-1,L"USB-V2" };
Protocol string when running over USB using client driver extensions
TObexUsbProtocolInfoV2
TObexUsbProtocolInfoV2
Used to set options used by the extended USB client driver for improved performa...TObexTransportInfo
TObexTransportInfo
This class is a combination of the TObexProtocolInfo and TObexProtocolPolicy cla...const TInt KErrIrObexRespDatabaseLocked=KErrIrObexRespBase - ERespDatabaseLocked;