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§
- Connection
Status - Status of the connection.
- Network
Scan Info - Information returned from scanning for networks.
- Node
Info - Information about a network node.
- Send
Flags - Flags used for sending packets to a network.
- Uds
- Handle to the UDS service.
Enums§
- Connection
Status Info - Possible raw connection status values.
- Connection
Type - Possible types of connection to a network.
- Error
- Error enum for generic errors within the
Udsservice. - NodeID
- ID for a node on the network.
- Service
Status - Status of the service handle.