GuidPacketRepresentation Class

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

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
GuidPacketRepresentation()Initializes a new instance of the GuidPacketRepresentation class
GuidPacketRepresentation(data1, data2, data3, data4)Initializes a new instance of the GuidPacketRepresentation struct.

Properties

NameTypeAccessDescription
data1intr/wGets or sets the value of the Data1 member (section 2.3.4), in little-endian byte order.
data2shortr/wGets or sets the value of the Data2 member (section 2.3.4), in little-endian byte order.
data3shortr/wGets or sets the value of the Data3 member (section 2.3.4), in little-endian byte order.
data4longr/wGets 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:

ParameterTypeDescription
data1intThe data1.
data2shortThe data2.
data3shortThe data3.
data4longThe data4.