|
Creates a UDP communications object.
Creates an xplUDP object that can be passed into xplDevice::Create - Parameters:
-
| _bViaHub | set this to false to bind directly to the xPL port rather than sending messages via the hub. This should only be done when writing a hub application. |
- Returns:
- Pointer to a new xplUDP object, or NULL if an error occured during initialisation.
- See also:
- xplComms::Destroy, xplDevice::Create
|