Arguments for a stream socket create event. More...
Instance Methods | |
(instancetype) | - initWithServer:ipv6:secure: |
Initializes a new instance of the FMLiveSwitchStreamSocketCreateArgs class. More... | |
(bool) | - ipv6 |
Gets a value indicating whether the socket should support IPv6. More... | |
(bool) | - secure |
Gets a value indicating whether the socket should be secured. More... | |
(bool) | - server |
Gets a value indicating whether the socket should accept incoming connections. More... | |
(void) | - setStreamIndex: |
Sets the stream index. More... | |
(int) | - streamIndex |
Gets the stream index. More... | |
Class Methods | |
(FMLiveSwitchStreamSocketCreateArgs *) | + streamSocketCreateArgsWithServer:ipv6:secure: |
Initializes a new instance of the FMLiveSwitchStreamSocketCreateArgs class. More... | |
Arguments for a stream socket create event.
- (instancetype) initWithServer: | (bool) | server | |
ipv6: | (bool) | ipv6 | |
secure: | (bool) | secure | |
Initializes a new instance of the FMLiveSwitchStreamSocketCreateArgs class.
server | Whether the socket should accept incoming connections. |
ipv6 | Whether the socket should support IPv6. |
secure | Whether the socket should be secured. |
- (bool) ipv6 |
Gets a value indicating whether the socket should support IPv6.
- (bool) secure |
Gets a value indicating whether the socket should be secured.
- (bool) server |
Gets a value indicating whether the socket should accept incoming connections.
- (void) setStreamIndex: | (int) | value |
Sets the stream index.
- (int) streamIndex |
Gets the stream index.
+ (FMLiveSwitchStreamSocketCreateArgs*) streamSocketCreateArgsWithServer: | (bool) | server | |
ipv6: | (bool) | ipv6 | |
secure: | (bool) | secure | |
Initializes a new instance of the FMLiveSwitchStreamSocketCreateArgs class.
server | Whether the socket should accept incoming connections. |
ipv6 | Whether the socket should support IPv6. |
secure | Whether the socket should be secured. |