GuidPacketRepresentation Class
Contents
[
Hide
]Summary: The packet version is used within block protocols. The following diagram represents a GUID as an
opaque sequence of bytes.
A GUID, also known as a UUID, is a 16-byte structure, intended to serve as a unique identifier for
an object. There are three representations of a GUID, as described in the following sections.
Module: aspose.imaging.fileformats.emf.dtyp.commondatastructures
Full Name: aspose.imaging.fileformats.emf.dtyp.commondatastructures.GuidPacketRepresentation
Constructors
Name | Description |
---|---|
GuidPacketRepresentation() | Initializes a new instance of the GuidPacketRepresentation class |
GuidPacketRepresentation(data1, data2, data3, data4) | Initializes a new instance of the GuidPacketRepresentation struct. |
Properties
Name | Type | Access | Description |
---|---|---|---|
data1 | int | r/w | Gets or sets the value of the Data1 member (section 2.3.4), in little-endian byte order. |
data2 | short | r/w | Gets or sets the value of the Data2 member (section 2.3.4), in little-endian byte order. |
data3 | short | r/w | Gets or sets the value of the Data3 member (section 2.3.4), in little-endian byte order. |
data4 | long | r/w | Gets or sets the value of the Data4 member (section 2.3.4), in little-endian byte order. |
Constructor: GuidPacketRepresentation()
GuidPacketRepresentation()
Initializes a new instance of the GuidPacketRepresentation class
Constructor: GuidPacketRepresentation(data1, data2, data3, data4)
GuidPacketRepresentation(data1, data2, data3, data4)
Initializes a new instance of the GuidPacketRepresentation struct.
Parameters:
Parameter | Type | Description |
---|---|---|
data1 | int | The data1. |
data2 | short | The data2. |
data3 | short | The data3. |
data4 | long | The data4. |