Discuss this help topic in SecureBlackbox Forum
Enables sending of multicast messages.
Declaration
Parameters
- BindAddress - The address to which the socket is bound. Leave empty for default interface
- TTL - Specifies the number of hops that the message can be routed through
- DoLoop (Loop) - Specifies if the message is received by the sender itself
Return value
0 on success or error code on failure.
Description
This method enables sending of multicast UDP messages using specified parameters.
Discuss this help topic in SecureBlackbox Forum