Class ParcelHeader
Definition
- Namespace:
- Tizen.Applications.RPCPort
- Assembly:
- Tizen.Applications.Common.dll
- API Level:
- 9
The class represents the header information of an RPC Parcel.
C#Copypublic class ParcelHeader
- Inheritance
-
System.ObjectParcelHeader
Methods
Declaration
C#Copypublic int GetSequenceNumber()
Returns
Type | Description |
---|---|
System.Int32 | Sequence number |
Exceptions
Type | Condition |
---|---|
InvalidIOException | Thrown when an internal IO error occurs. |
API Level: 9
Declaration
C#Copypublic string GetTag()
Returns
Type | Description |
---|---|
System.String | Tag |
Exceptions
Type | Condition |
---|---|
InvalidIOException | Thrown when an internal IO error occurs. |
API Level: 9
Declaration
C#Copypublic TimeStamp GetTimeStamp()
Returns
Type | Description |
---|---|
TimeStamp | Time stamp |
Exceptions
Type | Condition |
---|---|
InvalidIOException | Thrown when an internal IO error occurs. |
API Level: 9
Declaration
C#Copypublic void SetSequenceNumber(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sequenceNumber | The seqence number of Header |
Exceptions
Type | Condition |
---|---|
InvalidIOException | Thrown when an internal IO error occurs. |
API Level: 9
Declaration
C#Copypublic void SetTag(string tag)
Parameters
Type | Name | Description |
---|---|---|
System.String | tag | The tag of Header |
Exceptions
Type | Condition |
---|---|
InvalidIOException | Thrown when an internal IO error occurs. |