[Applications.RPCPort] Add a new Parcel constructor (#4964)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Thu, 9 Feb 2023 00:34:34 +0000 (09:34 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 00:34:34 +0000 (09:34 +0900)
commitec351f8490e596eb7fee1bac12fd6503036ac6f2
treea471fd99137ba1a5a02a0c49cadc560c750cd690
parent3eebe20f96cb726ffd23631d66f30b4ead588d11
[Applications.RPCPort] Add a new Parcel constructor (#4964)

* [Applications.Common] Modify Parcel constructor

The withoutHeader parameter is added to the Parcel constructor.
If it's true, the parcel object does not have the header.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.RPCPort.cs
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/Parcel.cs