Definitions of functions, types and variables.
CRYNETWORK_API INetwork * CreateNetwork(ISystem * pSystem, int ncpu);
INetwork.h
typedef uint8 ChannelMaskType;
INetwork.h
typedef _smart_ptr<CPriorityPulseState> CPriorityPulseStatePtr;
INetwork.h
typedef uint32 HMStateType;
INetwork.h
typedef _smart_ptr<IBreakDescriptionInfo> IBreakDescriptionInfoPtr;
INetwork.h
typedef _smart_ptr<INetBreakagePlayback> INetBreakagePlaybackPtr;
INetwork.h
typedef _smart_ptr<INetBreakageSimplePlayback> INetBreakageSimplePlaybackPtr;
INetwork.h
typedef _smart_ptr<INetSendableHook> INetSendableHookPtr;
INetwork.h
typedef _smart_ptr<INetSendable> INetSendablePtr;
INetwork.h
typedef _smart_ptr<INetworkService> INetworkServicePtr;
INetwork.h
An ancillary service provided by the network system.
typedef _smart_ptr<IRMIMessageBody> IRMIMessageBodyPtr;
INetwork.h
typedef _smart_ptr<ISerializableInfo> ISerializableInfoPtr;
INetwork.h
typedef uint8 NetworkAspectID;
INetwork.h
typedef ASPECT_TYPE NetworkAspectType;
INetwork.h
INetwork.h
typedef DynArray<SProfileInfoStat> ProfileLeafList;
INetwork.h
typedef void* TCipher;
INetwork.h
typedef uint32 TNetChannelID;
INetwork.h
typedef std::pair<bool,INetAtSyncItem*> TNetMessageCallbackResult;
INetwork.h
typedef uint32 TPacketSize;
INetwork.h
const int CREATE_CHANNEL_ERROR_SIZE = 256;
INetwork.h
const uint32 DEMO_PLAYBACK_SEQ_NUMBER = ~uint32(0);
INetwork.h
If we are playing back a demo, and simulating packets, oldSeq == curSeq == DEMO_PLAYBACK_SEQ_NUMBER.
const char * LOCAL_CONNECTION_STRING = "";
INetwork.h
const int MAX_PROFILE_STRING_LEN = 31;
INetworkService.h
const int MAXIMUM_PULSES_PER_STATE = 6;
INetwork.h
const size_t MaxProfilesPerAspect = 8;
INetwork.h
const char * NULL_CONNECTION_STRING = "";
INetwork.h