Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
- API Level:
- 9
A class to represent data type payload.
public class DataPayload : Payload
- Inheritance
-
System.Object
DataPayload
Constructors
View Source
DataPayload(Byte[])
The constructor of DataPayload class.
Declaration
public DataPayload(byte[] data)
Parameters
Type |
Name |
Description |
System.Byte[] |
data |
The data of payload.
|
Exceptions
Type |
Condition |
System.ArgumentException |
Thrown when the input data is invalid.
|
API Level: 9
Properties
Declaration
public byte[] Data { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 9
Declaration
public override PayloadType PayloadType { get; }
Property Value
Overrides
API Level: 9