#include <mw/obexconstants.h>
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 | 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.
See also: TObexTransportInfo
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.
See also: TObexTransportInfo
const TUint | KObexIrdaDefaultDiscoverySlotsToUse |
Default value for the number of discovery slots to use. Use this value as a default for iDiscoverySlots in TObexIrdaV2TransportInfo.
See also: TObexIrdaV2TransportInfo
const TUint | KObexIrdaDefaultDiscoveryAttempts |
Default value for the number of discovery attempts made. Use this value as a default for iDiscoveryAttempts in TObexIrdaV2TransportInfo.
See also: TObexIrdaV2TransportInfo
const TLitC< sizeof(L"IrTinyTP")/2 > | KObexIrTTPProtocol | [static] |
Protocol string when running over IrDA
See also: TObexIrProtocolInfo TObexTransportInfo
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.
See also: 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.
See also: TObexIrProtocolInfo
const TLitC< sizeof(L"RFCOMM")/2 > | KObexRfcommProtocol | [static] |
Protocol string when running over Bluetooth
See also: TObexBluetoothProtocolInfo TObexTransportInfo
const TLitC< sizeof(L"USB")/2 > | KObexUsbProtocol | [static] |
Protocol string when running over USB
See also: TObexUsbProtocolInfo TObexTransportInfo
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.
See also: TObexUsbProtocolInfo TObexTransportInfo
const TLitC< sizeof(L"USB-V2")/2 > | KObexUsbProtocolV2 | [static] |
Protocol string when running over USB using client driver extensions
See also: TObexUsbProtocolInfoV2 TObexTransportInfo