FMIceLinkManagedSocket Class Reference

Inherits from NSObject
Declared in FMIceLinkManagedSocket.h
FMIceLinkManagedSocket.m

Overview

A socket.

– adapterSpeed

Gets the adapter speed.
- (long long)adapterSpeed

Discussion

Gets the adapter speed.

Declared In

FMIceLinkManagedSocket.h

– bindWithIPAddress:port:addressInUse:

Binds the socket to a local endpoint.
- (bool)bindWithIPAddress:(NSString *)ipAddress port:(int)port addressInUse:(bool *)addressInUse

Parameters

ipAddress

The local IP address.

port

The local port.

addressInUse

Indicates that access to the address is forbidden or in use.

Discussion

Binds the socket to a local endpoint.

Declared In

FMIceLinkManagedSocket.h

– close

Closes the socket.
- (void)close

Discussion

Closes the socket.

Declared In

FMIceLinkManagedSocket.h

– ipv6

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

Discussion

Gets a value indicating whether the socket supports IPv6.

Declared In

FMIceLinkManagedSocket.h

– isClosed

Gets a value indicating whether this instance is closed.
- (bool)isClosed

Discussion

Gets a value indicating whether this instance is closed.

Declared In

FMIceLinkManagedSocket.h

– localIPAddress

Gets the local IP address.
- (NSString *)localIPAddress

Discussion

Gets the local IP address.

Declared In

FMIceLinkManagedSocket.h

– localPort

Gets the local port.
- (int)localPort

Discussion

Gets the local port.

Declared In

FMIceLinkManagedSocket.h

– publicIPAddress

Gets the public IP address, if known.
- (NSString *)publicIPAddress

Discussion

Gets the public IP address, if known.

Declared In

FMIceLinkManagedSocket.h

– setAdapterSpeed:

Sets the adapter speed.
- (void)setAdapterSpeed:(long long)value

Discussion

Sets the adapter speed.

Declared In

FMIceLinkManagedSocket.h

– setPublicIPAddress:

Sets the public IP address, if known.
- (void)setPublicIPAddress:(NSString *)value

Discussion

Sets the public IP address, if known.

Declared In

FMIceLinkManagedSocket.h