| const TInt | KErrIrObexRespBase |
Must not use as not in the allocated range
| const TInt | KErrIrObexClientNoDevicesFound |
Extended error for IrObex - No other infrared device found
| const TInt | KErrIrObexClientPeerDoesNotHaveObex |
Extended error for IrObex - Other IR device cannot handle IrObex
| const TInt | KErrIrObexClientPutPeerAborted |
Extended error for IrObex - Other IR device aborted the transfer
| const TInt | KErrIrObexServerPutPeerAborted |
Extended error for IrObex - Peer device aborted data transmission/obex sending
| const TInt | KErrIrObexConnectChallRejected |
Extended error for IrObex - Cannot authorise the challenge so link dropped
| const TInt | KErrIrObexServerStopped |
Event occurred while Server is stopped
| const TInt | KErrIrObexPacketDuringWait |
Packet received while state machine is in a wait state
| const TInt | KObexTransportInfoVersion0 |
Version number for TObexTransportInfo and derived classes. When iVersion is set to this value the following fields of 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.
| const TInt | KObexDefaultMtuSize |
Default for the receive and transmit MTU sizes Use this default value for setting the iReceiveMtu or iTransmitMtu in TObexTransportInfo objects or derived classes.
| const TUint | KObexIrdaDefaultDiscoverySlotsToUse |
Default value for the number of discovery slots to use. Use this value as a default for iDiscoverySlots in TObexIrdaV2TransportInfo.
TObexIrdaV2TransportInfo
| const TUint | KObexIrdaDefaultDiscoveryAttempts |
Default value for the number of discovery attempts made. Use this value as a default for iDiscoveryAttempts in TObexIrdaV2TransportInfo. TObexIrdaV2TransportInfo
| const TLitC< sizeof(L"IrTinyTP")/2 > | KObexIrTTPProtocol | [static] |
Protocol string when running over IrDA TObexIrProtocolInfo
| const TLitC< sizeof(L"IrTinyTP-V2")/2 > | KObexIrTTPProtocolV2 | [static] |
Protocol string when running over IrDA Using this version indicates that the configuration object contains discovery parameters. TObexIrProtocolInfo
| const TLitC< sizeof(L"IrTinyTP-V3")/2 > | KObexIrTTPProtocolV3 | [static] |
Protocol string when running over IrDA Using this version indicates that the configuration object contains the device nickname. TObexIrProtocolInfo
capability
WriteDeviceData If the TObexIrV3TransportInfo is passed as the argument to CObexServer::NewL or CObexClient::NewL and the associated name is valid.
| const TLitC< sizeof(L"RFCOMM")/2 > | KObexRfcommProtocol | [static] |
Protocol string when running over Bluetooth TObexBluetoothProtocolInfo
| const TLitC< sizeof(L"USB")/2 > | KObexUsbProtocol | [static] |
Protocol string when running over USB TObexUsbProtocolInfo
| const TLitC< sizeof(L"Win32Usb")/2 > | KObexWin32UsbProtocol | [static] |
Place holder for... protocol string that should be used if a Win32 emulator USB transport were to be created for testing. TObexUsbProtocolInfo
| const TLitC< sizeof(L"USB-V2")/2 > | KObexUsbProtocolV2 | [static] |
Protocol string when running over USB using client driver extensions TObexUsbProtocolInfoV2