فئة GuidPacketRepresentation
محتويات
[
يخفي
]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 | الوصف |
|---|---|
| GuidPacketRepresentation() | يقوم بتهيئة نسخة جديدة من فئة GuidPacketRepresentation. |
| GuidPacketRepresentation(data1, data2, data3, data4) | يقوم بتهيئة نسخة جديدة من بنية GuidPacketRepresentation. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| data1 | int | r/w | يحصل أو يضبط قيمة العضو Data1 (القسم 2.3.4)، بترتيب البايتات little-endian. |
| data2 | int | r/w | يحصل أو يضبط قيمة العضو Data2 (القسم 2.3.4)، بترتيب البايتات little-endian. |
| data3 | int | r/w | يحصل أو يضبط قيمة العضو Data3 (القسم 2.3.4)، بترتيب البايتات little-endian. |
| data4 | int | r/w | يحصل أو يضبط قيمة العضو Data4 (القسم 2.3.4)، بترتيب البايتات little-endian. |
Constructor: GuidPacketRepresentation()
GuidPacketRepresentation()
يقوم بتهيئة نسخة جديدة من فئة GuidPacketRepresentation.
Constructor: GuidPacketRepresentation(data1, data2, data3, data4)
GuidPacketRepresentation(data1, data2, data3, data4)
يقوم بتهيئة نسخة جديدة من بنية GuidPacketRepresentation.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| data1 | int | البيان data1. |
| data2 | int | البيانات2. |
| data3 | int | البيانات3. |
| data4 | int | البيانات4. |