Module uds

Source
Expand description

UDS (local networking) service.

The UDS service is used to handle local networking, i.e. peer-to-peer networking used for local multiplayer. This module also covers some functionality used in Download Play (dlp); there is a specific module for DLP, but it can also be implemented manually using UDS.

Structs§

ConnectionStatus
Status of the connection.
NetworkScanInfo
Information returned from scanning for networks.
NodeInfo
Information about a network node.
SendFlags
Flags used for sending packets to a network.
Uds
Handle to the UDS service.

Enums§

ConnectionStatusInfo
Possible raw connection status values.
ConnectionType
Possible types of connection to a network.
Error
Error enum for generic errors within the Uds service.
NodeID
ID for a node on the network.
ServiceStatus
Status of the service handle.