NetworkMgr::GetBroadcastPortNumber
Defined in:
Returns the port number to which broadcasted messages are sent.
C4Network.h
Prototype
uint16 GetBroadcastPortNumber(void) const;
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