SetAllMulticastModeEnable
Enables or disables multicast support for your service.
Declaration
virtual kern_return_t SetAllMulticastModeEnable(bool enable);Parameters
- enable:
If
YES, enable multicast support on the device; otherwise, disable it.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.
Discussion
Override this method and use it to enable multicast mode on your device.