loopback (property)

Enables or disables loopback of data sent to the multicast group.

Syntax

@property (nonatomic,readwrite,assign,getter=loopback,setter=setLoopback:) BOOL loopback;
- (BOOL)loopback;
- (void)setLoopback:(BOOL)newLoopback;
public var loopback: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

This property enables or disables loopback of data sent to the multicast group. Setting this property to False disables loopback of data sent through the class (normally loopback is enabled). This property is directly related to the IP_MULTICAST_LOOP socket option.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]