CFMessagePortSendRequestStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration contains status codes for SendRequest(Int32, NSData, Double, Double, NSString, NSData).
public enum CFMessagePortSendRequestStatus
type CFMessagePortSendRequestStatus =
- Inheritance
-
CFMessagePortSendRequestStatus
Fields
Name | Value | Description |
---|---|---|
BecameInvalidError | -5 | The port became invalid after the message was sent, but before a response was received. |
TransportError | -4 | An error occurred. |
IsInvalid | -3 | The port became invalid before the message was sent. |
ReceiveTimeout | -2 | The port timed out before the response was received. |
SendTimeout | -1 | The port timed out before the message could be sent. |
Success | 0 | The message was sent, and any expected reply was received. |