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