Location:
ir_sock.h
Link against: irda.lib
TIASDatabaseEntry
Supported from 5.0
An Information Access Service (IAS) record in the network database.
The record data is contained in an object of type
TIASDatabaseEntryV001
packaged in a modifiable buffer
descriptor.
|
Defined in TIASDatabaseEntry
:
SetAttributeName()
, SetClassName()
, SetToCharString()
, SetToInteger()
, SetToOctetSeq()
Inherited from TDes8
:
Append()
,
AppendFill()
,
AppendFormat()
,
AppendFormatList()
,
AppendJustify()
,
AppendNum()
,
AppendNumFixedWidth()
,
AppendNumFixedWidthUC()
,
AppendNumUC()
,
Capitalize()
,
Collate()
,
Copy()
,
CopyC()
,
CopyCP()
,
CopyF()
,
CopyLC()
,
CopyUC()
,
Delete()
,
Fill()
,
FillZ()
,
Fold()
,
Format()
,
FormatList()
,
Insert()
,
Justify()
,
LowerCase()
,
MaxLength()
,
MaxSize()
,
Num()
,
NumFixedWidth()
,
NumFixedWidthUC()
,
NumUC()
,
PtrZ()
,
Repeat()
,
Replace()
,
SetLength()
,
SetMax()
,
Swap()
,
Trim()
,
TrimAll()
,
TrimLeft()
,
TrimRight()
,
UpperCase()
,
Zero()
,
ZeroTerminate()
,
operator+=()
,
operator=
,
operator[]()
Inherited from TDesC8
:
Alloc()
,
AllocL()
,
AllocLC()
,
Compare()
,
CompareC()
,
CompareF()
,
Find()
,
FindC()
,
FindF()
,
Left()
,
Length()
,
Locate()
,
LocateF()
,
LocateReverse()
,
LocateReverseF()
,
Match()
,
MatchC()
,
MatchF()
,
Mid()
,
Ptr()
,
Right()
,
Size()
,
operator!=()
,
operator<()
,
operator<=()
,
operator==()
,
operator>()
,
operator>=()
Inherited from TPckgBuf
:
operator()
,
operator=()
void SetClassName(const TDesC8& aClassName);
Sets the class name in the IAS entry.
|
void SetAttributeName(const TDesC8& anAttributeName);
Sets the attribute in the IAS entry.
|
void SetToCharString(const TDesC8& aCharString);
Sets the response type corresponding to the class and attribute defined in this record, as a character string.
|
void SetToInteger(const TUint anInteger);
Sets the response type corresponding to the class and attribute defined in this record, as an integer.
|
void SetToOctetSeq(const TDesC8& aData);
Sets the response type corresponding to the class and attribute defined in this record, as binary data.
|