ASPEN_ADDRESS

 

Related Items

 

 

Purpose

Address of the Aspen Server, returned from the AspenBuildServerAddress() function. The contents of this structure should, as a general rule, not be modified by the programmer.

 

 

Structure

typedef struct ASPEN_address_struct

{

   unsigned short family;

   unsigned short proc_addr;

   unsigned char  address[16];

}ASPEN_ADDRESS;

 

 

Fields

family

family is ASPEN_INET corresponding to the TCP/IP protocol. (Currently, ASPEN_IPX is not supported.)

 

proc_addr

This value specifies the process address of the Server software.

 

address

address is the Aspen Server address in the appropriate format for the networking protocol given by family.

 

 

See Also

AspenBuildServerAddress()

ASPEN_OpenSession

ASPEN_DefineServerNotice

ASPEN_UndefineServerNotice

ASPEN_INET

ASPEN_UNDEFINE_SERVER_NOTICE

 

©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.