FMIceLinkStreamSocketCreateArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkStreamSocketCreateArgs.h
FMIceLinkStreamSocketCreateArgs.m

Overview

Arguments for a stream socket create event.

– initWithServer:ipv6:secure:

Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
- (instancetype)initWithServer:(bool)server ipv6:(bool)ipv6 secure:(bool)secure

Parameters

server

Whether the socket should accept incoming connections.

ipv6

Whether the socket should support IPv6.

secure

Whether the socket should be secured.

Discussion

Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.

Declared In

FMIceLinkStreamSocketCreateArgs.h

– ipv6

Gets a value indicating whether the socket should support IPv6.
- (bool)ipv6

Discussion

Gets a value indicating whether the socket should support IPv6.

Declared In

FMIceLinkStreamSocketCreateArgs.h

– secure

Gets a value indicating whether the socket should be secured.
- (bool)secure

Discussion

Gets a value indicating whether the socket should be secured.

Declared In

FMIceLinkStreamSocketCreateArgs.h

– server

Gets a value indicating whether the socket should accept incoming connections.
- (bool)server

Discussion

Gets a value indicating whether the socket should accept incoming connections.

Declared In

FMIceLinkStreamSocketCreateArgs.h

+ streamSocketCreateArgsWithServer:ipv6:secure:

Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.
+ (FMIceLinkStreamSocketCreateArgs *)streamSocketCreateArgsWithServer:(bool)server ipv6:(bool)ipv6 secure:(bool)secure

Parameters

server

Whether the socket should accept incoming connections.

ipv6

Whether the socket should support IPv6.

secure

Whether the socket should be secured.

Discussion

Initializes a new instance of the FMIceLinkStreamSocketCreateArgs class.

Declared In

FMIceLinkStreamSocketCreateArgs.h