GHomeSyncData — различия между версиями

Материал из Perfect World Develop Wiki
Перейти к: навигация, поиск
м (Automatic page editing by robot)
м (Automatic page editing by robot)
 
(не показано 5 промежуточных версии этого же участника)
Строка 1: Строка 1:
* Тип: класс (CallID)
+
* Тип / Type: Объект / Object (CallID)
* Сервис: gdeliveryd
+
* Сервис / Service: gdeliveryd
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! colspan="2" align="center" scope="row" | Структура пакета
+
! colspan="2" align="center" scope="row" | Структура / Declaration
 
|-
 
|-
 
! colspan="2" align="center" scope="row" | 1.5.5 v156
 
! colspan="2" align="center" scope="row" | 1.5.5 v156
 
|-
 
|-
! Тип данных
+
! Тип / Type
! Название
+
! Название / Name
 
|-
 
|-
 
| int
 
| int
Строка 16: Строка 16:
 
| serial_id
 
| serial_id
 
|-
 
|-
| Octets
+
| [[Octets]]
 
| homebase
 
| homebase
 
|-
 
|-
| Octets
+
| [[Octets]]
 
| homeproperty
 
| homeproperty
 
|-
 
|-
| CUInt
+
| [[CUInt]]
 
| croppers_size
 
| croppers_size
 
|-
 
|-
Строка 28: Строка 28:
 
| croppers
 
| croppers
 
|-
 
|-
| CUInt
+
| [[CUInt]]
 
| homeitems_size
 
| homeitems_size
 
|-
 
|-
Строка 34: Строка 34:
 
| homeitems
 
| homeitems
 
|-
 
|-
| CUInt
+
| [[CUInt]]
 
| homemodules_size
 
| homemodules_size
 
|-
 
|-
Строка 40: Строка 40:
 
| homemodules
 
| homemodules
 
|-
 
|-
| map<int,GNET::Octets,std::less<int>,std::allocator<std::pair<const
+
| [[Octets]]
 
| int,GNET::Octets>
 
| int,GNET::Octets>
 
|-
 
|-
| map<int,GNET::Octets,std::less<int>,std::allocator<std::pair<const
+
| [[Octets]]
 
| int,GNET::Octets>
 
| int,GNET::Octets>
 
|}
 
|}
  
  
[[Категория:Классы gdeliveryd]]
+
[[Категория:Объекты gdeliveryd]]

Текущая версия на 12:03, 19 июня 2018

  • Тип / Type: Объект / Object (CallID)
  • Сервис / Service: gdeliveryd
Структура / Declaration
1.5.5 v156
Тип / Type Название / Name
int home_id
int serial_id
Octets homebase
Octets homeproperty
CUInt croppers_size
HomeCropper[] croppers
CUInt homeitems_size
HomeItem[] homeitems
CUInt homemodules_size
HomeModule[] homemodules
Octets int,GNET::Octets>
Octets int,GNET::Octets>