FMTcpSendFailureArgs Class Reference

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

Overview

TCP send-failure arguments.

– buffer

Gets the original buffer of data to send.

- (NSMutableData *)buffer

Discussion

Gets the original buffer of data to send.

Declared In

FM.h

– 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

– setBuffer:

Sets the original buffer of data to send.

- (void)setBuffer:(NSMutableData *)value

Discussion

Sets the original buffer of data to send.

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