Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <obexconstants.h>

Enum TObexResponse

TObexResponse

Description

ERespContinue

Response is "Continue"

ERespSuccess

Response is "Success"

ERespCreated

Response is "Created"

ERespAccepted

Response is "Accepted"

ERespNonAuthInfo

Response is "Non-Authenticated Information"

ERespNoContent

Response is "No Content"

ERespResetContent

Response is "Reset Content"

ERespPartialContent

Response is "Partial Content"

ERespMultipleChoices

Response is "Multiple Choices"

ERespMovedPerm

Response is "Moved Permanently"

ERespMovedTemp

Response is "Moved Temporarily"

ERespSeeOther

Response is "See Other"

ERespNotModified

Response is "Not Modified"

ERespUseProxy

Response is "Use Proxy"

ERespBadRequest

Response is "Bad Request"

ERespUnauthorized

Response is "Unauthorized"

ERespPaymentRequired

Response is "Payment Required"

ERespForbidden

Response is "Forbidden"

ERespNotFound

Response is "Not Found"

ERespMethodNotAllowed

Response is "Method Not Allowed"

ERespNotAcceptable

Response is "Not Acceptable"

ERespProxyAuthenReqd

Response is "Proxy Authentication is Required"

ERespTimedOut

Response is "Timed Out"

ERespConflict

Response is "Conflict"

ERespGone

Response is "Gone"

ERespLengthReqd

Response is "Length Required"

ERespPreCondFailed

Response is "Precondition Failed"

ERespReqEntityTooLarge

Response is "Required Entity is Too Large"

ERespReqURLTooLarge

Response is "Required URL is Too Large"

ERespUnsupMediaType

Response is "Unsupported Media Type"

ERespInternalError

Response is "Internal Error"

ERespNotImplemented

Response is "Not Implemented"

ERespBadGateway

Response is "Bad Gateway"

ERespServiceUnavail

Response is "Service Unavailable"

ERespGatewayTimeout

Response is "Gateway Timeout"

ERespHTTPVerNotSupp

Response is "HTTP Version is Not Supported"

ERespDatabaseFull

Response is "Database is Full"

ERespDatabaseLocked

Response is "Database is Locked"

ERespServiceUnavailable

Response is "Service is Unavailable"


obexconstants.h Global variables

[Top]


KErrIrObexRespBase

const TInt KErrIrObexRespBase=- 5500;

Description

Must not use as not in the allocated range

[Top]


KErrIrObexClientNoDevicesFound

const TInt KErrIrObexClientNoDevicesFound=-5501;

Description

Extended error for IrObex - No other infrared device found

[Top]


KErrIrObexClientPeerDoesNotHaveObex

const TInt KErrIrObexClientPeerDoesNotHaveObex=-5502;

Description

Extended error for IrObex - Other IR device cannot handle IrObex

[Top]


KErrIrObexClientPutPeerAborted

const TInt KErrIrObexClientPutPeerAborted=-5503;

Description

Extended error for IrObex - Other IR device aborted the transfer

[Top]


KErrIrObexServerPutPeerAborted

const TInt KErrIrObexServerPutPeerAborted=-5507;

Description

Extended error for IrObex - Peer device aborted data transmission/obex sending

[Top]


KErrIrObexConnectChallRejected

const TInt KErrIrObexConnectChallRejected=-5512;

Description

Extended error for IrObex - Cannot authorise the challenge so link dropped

[Top]


KErrIrObexBadEvent

const TInt KErrIrObexBadEvent=-5513;

Description

Unexpected event for the given state

[Top]


KErrIrObexServerStopped

const TInt KErrIrObexServerStopped=-5514;

Description

Event occurred while Server is stopped

[Top]


KErrIrObexPacketDuringWait

const TInt KErrIrObexPacketDuringWait=-5515;

Description

Packet received while state machine is in a wait state

[Top]


KObexTransportInfoVersion0

const TInt KObexTransportInfoVersion0=0;

Description

Version number for TObexTransportInfoTObexTransportInfo and derived classes. When iVersion is set to this value the following fields of TObexTransportInfoTObexTransportInfo 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:

[Top]


KObexDefaultMtuSize

const TInt KObexDefaultMtuSize=4000;

Description

Default for the receive and transmit MTU sizes Use this default value for setting the iReceiveMtu or iTransmitMtu in TObexTransportInfoTObexTransportInfo objects or derived classes.

See also:

[Top]


KObexIrdaDefaultDiscoverySlotsToUse

const TUint KObexIrdaDefaultDiscoverySlotsToUse=1;

Description

Default value for the number of discovery slots to use. Use this value as a default for iDiscoverySlots in TObexIrdaV2TransportInfo.

[Top]


KObexIrdaDefaultDiscoveryAttempts

const TUint KObexIrdaDefaultDiscoveryAttempts=4;

Description

Default value for the number of discovery attempts made. Use this value as a default for iDiscoveryAttempts in TObexIrdaV2TransportInfo.

[Top]


KObexIrTTPProtocol

const TLitC< sizeof(L"IrTinyTP")/2 KObexIrTTPProtocol)={sizeof(L"IrTinyTP" )/2-1,L"IrTinyTP" };

Description

Protocol string when running over IrDA

See also:

[Top]


KObexIrTTPProtocolV2

const TLitC< sizeof(L"IrTinyTP-V2")/2 KObexIrTTPProtocolV2)={sizeof(L"IrTinyTP-V2" )/2-1,L"IrTinyTP-V2" };

Description

Protocol string when running over IrDA Using this version indicates that the configuration object contains discovery parameters.

See also:

[Top]


KObexIrTTPProtocolV3

const TLitC< sizeof(L"IrTinyTP-V3")/2 KObexIrTTPProtocolV3)={sizeof(L"IrTinyTP-V3" )/2-1,L"IrTinyTP-V3" };

Description

Protocol string when running over IrDA Using this version indicates that the configuration object contains the device nickname.

See also:

[Top]


KObexRfcommProtocol

const TLitC< sizeof(L"RFCOMM")/2 KObexRfcommProtocol)={sizeof(L"RFCOMM" )/2-1,L"RFCOMM" };

Description

Protocol string when running over Bluetooth

See also:

[Top]


KObexUsbProtocol

const TLitC< sizeof(L"USB")/2 KObexUsbProtocol)={sizeof(L"USB" )/2-1,L"USB" };

Description

Protocol string when running over USB

See also:

[Top]


KObexUsbProtocolV2

const TLitC< sizeof(L"USB-V2")/2 KObexUsbProtocolV2)={sizeof(L"USB-V2" )/2-1,L"USB-V2" };

Description

Protocol string when running over USB using client driver extensions

See also:

[Top]


KErrIrObexRespSuccess

const TInt KErrIrObexRespSuccess=KErrIrObexRespBase - ERespSuccess;

Description

[Top]


KErrIrObexRespCreated

const TInt KErrIrObexRespCreated=KErrIrObexRespBase - ERespCreated;

Description

[Top]


KErrIrObexRespAccepted

const TInt KErrIrObexRespAccepted=KErrIrObexRespBase - ERespAccepted;

Description

[Top]


KErrIrObexRespNonAuthInfo

const TInt KErrIrObexRespNonAuthInfo=KErrIrObexRespBase - ERespNonAuthInfo;

Description

[Top]


KErrIrObexRespNoContent

const TInt KErrIrObexRespNoContent=KErrIrObexRespBase - ERespNoContent;

Description

[Top]


KErrIrObexRespResetContent

const TInt KErrIrObexRespResetContent=KErrIrObexRespBase - ERespResetContent;

Description

[Top]


KErrIrObexRespPartialContent

const TInt KErrIrObexRespPartialContent=KErrIrObexRespBase - ERespPartialContent;

Description

[Top]


KErrIrObexRespMultipleChoices

const TInt KErrIrObexRespMultipleChoices=KErrIrObexRespBase - ERespMultipleChoices;

Description

[Top]


KErrIrObexRespMovedPerm

const TInt KErrIrObexRespMovedPerm=KErrIrObexRespBase - ERespMovedPerm;

Description

[Top]


KErrIrObexRespMovedTemp

const TInt KErrIrObexRespMovedTemp=KErrIrObexRespBase - ERespMovedTemp;

Description

[Top]


KErrIrObexRespSeeOther

const TInt KErrIrObexRespSeeOther=KErrIrObexRespBase - ERespSeeOther;

Description

[Top]


KErrIrObexRespNotModified

const TInt KErrIrObexRespNotModified=KErrIrObexRespBase - ERespNotModified;

Description

[Top]


KErrIrObexRespUseProxy

const TInt KErrIrObexRespUseProxy=KErrIrObexRespBase - ERespUseProxy;

Description

[Top]


KErrIrObexRespBadRequest

const TInt KErrIrObexRespBadRequest=KErrIrObexRespBase - ERespBadRequest;

Description

[Top]


KErrIrObexRespUnauthorized

const TInt KErrIrObexRespUnauthorized=KErrIrObexRespBase - ERespUnauthorized;

Description

[Top]


KErrIrObexRespPaymentRequired

const TInt KErrIrObexRespPaymentRequired=KErrIrObexRespBase - ERespPaymentRequired;

Description

[Top]


KErrIrObexRespForbidden

const TInt KErrIrObexRespForbidden=KErrIrObexRespBase - ERespForbidden;

Description

[Top]


KErrIrObexRespNotFound

const TInt KErrIrObexRespNotFound=KErrIrObexRespBase - ERespNotFound;

Description

[Top]


KErrIrObexRespMethodNotAllowed

const TInt KErrIrObexRespMethodNotAllowed=KErrIrObexRespBase - ERespMethodNotAllowed;

Description

[Top]


KErrIrObexRespNotAcceptable

const TInt KErrIrObexRespNotAcceptable=KErrIrObexRespBase - ERespNotAcceptable;

Description

[Top]


KErrIrObexRespProxyAuthenReqd

const TInt KErrIrObexRespProxyAuthenReqd=KErrIrObexRespBase - ERespProxyAuthenReqd;

Description

[Top]


KErrIrObexRespTimedOut

const TInt KErrIrObexRespTimedOut=KErrIrObexRespBase - ERespTimedOut;

Description

[Top]


KErrIrObexRespConflict

const TInt KErrIrObexRespConflict=KErrIrObexRespBase - ERespConflict;

Description

[Top]


KErrIrObexRespGone

const TInt KErrIrObexRespGone=KErrIrObexRespBase - ERespGone;

Description

[Top]


KErrIrObexRespLengthReqd

const TInt KErrIrObexRespLengthReqd=KErrIrObexRespBase - ERespLengthReqd;

Description

[Top]


KErrIrObexRespPreCondFailed

const TInt KErrIrObexRespPreCondFailed=KErrIrObexRespBase - ERespPreCondFailed;

Description

[Top]


KErrIrObexRespReqEntityTooLarge

const TInt KErrIrObexRespReqEntityTooLarge=KErrIrObexRespBase - ERespReqEntityTooLarge;

Description

[Top]


KErrIrObexRespReqURLTooLarge

const TInt KErrIrObexRespReqURLTooLarge=KErrIrObexRespBase - ERespReqURLTooLarge;

Description

[Top]


KErrIrObexRespUnsupMediaType

const TInt KErrIrObexRespUnsupMediaType=KErrIrObexRespBase - ERespUnsupMediaType;

Description

[Top]


KErrIrObexRespInternalError

const TInt KErrIrObexRespInternalError=KErrIrObexRespBase - ERespInternalError;

Description

[Top]


KErrIrObexRespNotImplemented

const TInt KErrIrObexRespNotImplemented=KErrIrObexRespBase - ERespNotImplemented;

Description

[Top]


KErrIrObexRespBadGateway

const TInt KErrIrObexRespBadGateway=KErrIrObexRespBase - ERespBadGateway;

Description

[Top]


KErrIrObexRespServiceUnavail

const TInt KErrIrObexRespServiceUnavail=KErrIrObexRespBase - ERespServiceUnavail;

Description

[Top]


KErrIrObexRespGatewayTimeout

const TInt KErrIrObexRespGatewayTimeout=KErrIrObexRespBase - ERespGatewayTimeout;

Description

[Top]


KErrIrObexRespHTTPVerNotSupp

const TInt KErrIrObexRespHTTPVerNotSupp=KErrIrObexRespBase - ERespHTTPVerNotSupp;

Description

[Top]


KErrIrObexRespDatabaseFull

const TInt KErrIrObexRespDatabaseFull=KErrIrObexRespBase - ERespDatabaseFull;

Description

[Top]


KErrIrObexRespDatabaseLocked

const TInt KErrIrObexRespDatabaseLocked=KErrIrObexRespBase - ERespDatabaseLocked;

Description