C4 Engine
C4 Engine API Documentation

NetworkMgr::GetBroadcastPortNumber

Defined in:  C4Network.h
Returns the port number to which broadcasted messages are sent.
Prototype

uint16 GetBroadcastPortNumber(voidconst;

Description
The port number returned by the GetBroadcastPortNumber function is the port number to which broadcasted messages are sent. The broadcast port number can be set by calling the NetworkMgr::SetBroadcastPortNumber function.
See Also

NetworkMgr::SetBroadcastPortNumber

NetworkMgr::BroadcastPacket