FMIceLinkManagedSocket Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkManagedSocket.h FMIceLinkManagedSocket.m |
– adapterSpeed
Gets the adapter speed.
- (long long)adapterSpeedDiscussion
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 *)addressInUseParameters
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)closeDiscussion
Closes the socket.
Declared In
FMIceLinkManagedSocket.h
– ipv6
Gets a value indicating whether the socket supports IPv6.
- (bool)ipv6Discussion
Gets a value indicating whether the socket supports IPv6.
Declared In
FMIceLinkManagedSocket.h
– isClosed
Gets a value indicating whether this instance is closed.
- (bool)isClosedDiscussion
Gets a value indicating whether this instance is closed.
Declared In
FMIceLinkManagedSocket.h
– localIPAddress
Gets the local IP address.
- (NSString *)localIPAddressDiscussion
Gets the local IP address.
Declared In
FMIceLinkManagedSocket.h
– localPort
Gets the local port.
- (int)localPortDiscussion
Gets the local port.
Declared In
FMIceLinkManagedSocket.h
– publicIPAddress
Gets the public IP address, if known.
- (NSString *)publicIPAddressDiscussion
Gets the public IP address, if known.
Declared In
FMIceLinkManagedSocket.h
– setAdapterSpeed:
Sets the adapter speed.
- (void)setAdapterSpeed:(long long)valueDiscussion
Sets the adapter speed.
Declared In
FMIceLinkManagedSocket.h
– setPublicIPAddress:
Sets the public IP address, if known.
- (void)setPublicIPAddress:(NSString *)valueDiscussion
Sets the public IP address, if known.
Declared In
FMIceLinkManagedSocket.h