FMTcpConnectFailureArgs Class Reference

Inherits from FMTcpOutputArgs : FMDynamic : FMSerializable : NSObject
Declared in FM.h

Overview

TCP connect-failure arguments.

– exception

Gets the exception that occurred.

- (NSException *)exception

Discussion

Gets the exception that occurred.

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– setException:

Sets the exception that occurred.

- (void)setException:(NSException *)value

Discussion

Sets the exception that occurred.

Declared In

FM.h

– setTimedOut:

Sets whether the send timed out.

- (void)setTimedOut:(bool)value

Discussion

Sets whether the send timed out.

Declared In

FM.h

– setTimeout:

Sets the original timeout.

- (void)setTimeout:(int)value

Discussion

Sets the original timeout.

Declared In

FM.h

– timedOut

Gets whether the send timed out.

- (bool)timedOut

Discussion

Gets whether the send timed out.

Declared In

FM.h

– timeout

Gets the original timeout.

- (int)timeout

Discussion

Gets the original timeout.

Declared In

FM.h