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

NameTypeAccess描述
data1intr/w获取或设置 Data1 成员的值(第 2.3.4 节),使用小端字节序。
data2intr/w获取或设置 Data2 成员的值(第 2.3.4 节),使用小端字节序。
data3intr/w获取或设置 Data3 成员的值(第 2.3.4 节),使用小端字节序。
data4intr/w获取或设置 Data4 成员的值(第 2.3.4 节),使用小端字节序。

Constructor: GuidPacketRepresentation()

 GuidPacketRepresentation() 

初始化 GuidPacketRepresentation 类的新实例

Constructor: GuidPacketRepresentation(data1, data2, data3, data4)

 GuidPacketRepresentation(data1, data2, data3, data4) 

初始化 GuidPacketRepresentation 结构的新实例。

Parameters:

参数TypeDescription
data1int该 data1。
data2int数据2。
data3int数据3。
data4int数据4。