RUpnpSsdpMessageFactory Class Reference

class RUpnpSsdpMessageFactory

SSDP Message Factory. Used to create standard SSDP messages.

Since
Series60 2.0

Member Functions Documentation

AdvertiseAliveL(TDesC8 &, TDesC8 &, TDesC8 &, TDesC8 &)

IMPORT_C CSsdpAdvertise *AdvertiseAliveL(TDesC8 &aLoc,
TDesC8 &aNt,
TDesC8 &aUsn,
TDesC8 &aServerDesc
)[static]
Constructor function; Creates standard alive message with following parameters.
Since
Series60 2.0

Parameters

TDesC8 & aLocValue of the Location-header.
TDesC8 & aNtValue of the NT-header.
TDesC8 & aUsnValue of the USN-header.
TDesC8 & aServerDescValue of the server description-header.

AdvertiseByebyeL(TDesC8 &, TDesC8 &)

IMPORT_C CSsdpAdvertise *AdvertiseByebyeL(TDesC8 &aNt,
TDesC8 &aUsn
)[static]
Constructor function; Creates standard byebye message with following parameters.
Since
Series60 2.0

Parameters

TDesC8 & aNtValue of the NT-header.
TDesC8 & aUsnValue of the USN-header.

ResponseL(TDesC8 &, TDesC8 &, TDesC8 &, TDesC8 &)

IMPORT_C CSsdpSearchResponse *ResponseL(TDesC8 &aSt,
TDesC8 &aUsn,
TDesC8 &aLoc,
TDesC8 &aServerDesc
)[static]
Constructor function; Creates standard search response message with following parameters.
Since
Series60 2.0

Parameters

TDesC8 & aStValue of the ST-header.
TDesC8 & aUsnValue of the USN-header.
TDesC8 & aLocValue of the Location-header.
TDesC8 & aServerDescValue of the Server description-header.

SearchL(TDesC8 &)

IMPORT_C CSsdpSearch *SearchL(TDesC8 &aTarget)[static]
Constructor function; Creates standard search message with following parameters.
Since
Series60 2.0

Parameters

TDesC8 & aTargetValue of the ST-header.

SearchL(TDesC8 &, TDesC8 &)

IMPORT_C CSsdpSearch *SearchL(TDesC8 &aTarget,
TDesC8 &aMaximumWaitTime
)[static]
Constructor function; Creates standard search message with following parameters.
Since
Series60 2.0

Parameters

TDesC8 & aTargetValue of the ST-header.
TDesC8 & aMaximumWaitTimeValue of the MX-header.