Struct SMarshallAddress#
Defined in File core_ps.h
Struct Documentation#
-
struct SMarshallAddress#
Identical marshalling header containing only the address portion of the marshall structure.
Public Members
-
uint16_t uiVersion#
Structure version (major * 100 + minor).
-
EMarshallDataInterpret eInterpret#
Defines the data interpretation.
-
TMarshallID tProxyID#
Proxy id to identify the proxy this packet is sending from or destined to.
-
TMarshallID tStubID#
Stub id to identify the stub this packet is destined to or receiving from.
-
uint64_t uiCallIndex#
Call index to uniquely identify the call.
-
uint16 uiVersion
Structure version (major * 100 + minor).
-
uint64 uiCallIndex
Call index to uniquely identify the call.
-
uint16_t uiVersion#