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 节),使用小端字节序。 |
| data2 | int | r/w | 获取或设置 Data2 成员的值(第 2.3.4 节),使用小端字节序。 |
| data3 | int | r/w | 获取或设置 Data3 成员的值(第 2.3.4 节),使用小端字节序。 |
| data4 | int | r/w | 获取或设置 Data4 成员的值(第 2.3.4 节),使用小端字节序。 |
Constructor: GuidPacketRepresentation()
GuidPacketRepresentation()
初始化 GuidPacketRepresentation 类的新实例
Constructor: GuidPacketRepresentation(data1, data2, data3, data4)
GuidPacketRepresentation(data1, data2, data3, data4)
初始化 GuidPacketRepresentation 结构的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| data1 | int | 该 data1。 |
| data2 | int | 数据2。 |
| data3 | int | 数据3。 |
| data4 | int | 数据4。 |