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