|
|
|
|
Purpose |
Relay information explaining why a previously available network transport has become unavailable. |
|
|
|
|
Structure |
typedef struct { int family; char protocol[16]; char provider[60]; char errorTag[16]; char errorText[80]; }ASPEN_TRANSPORT_UNAVAILABLE_NOTICE; |
|
|
|
|
Fields |
family family is an integer with the value of ASPEN_INET, indicating the TCP/IP (Internet) protocol.
protocol An ASCIIZ string that is a brief mnemonic identifying the protocol family.
provider An ASCIIZ string that describes the software providing the network protocol services.
errorTag An ASCIIZ string that is a brief tag identifying the transport failure cause. Contains error codes that can be provided to Aspen Research Group, Ltd. for identifying the network failure.
errorText An ASCIIZ string describing the transport failure cause. |
|
|
|
|
See Also |
ASPEN_TransportUnavailableNotice ASPEN_INET |
©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.