| Structure SilcAttributeObjService
 
 NAME
 
    typedef struct { ... } SilcAttributeObjService;
DESCRIPTION
    SILC_ATTRIBUTE_SERVICE type object structure.
SOURCE    typedef struct SilcAttributeObjServiceStruct {
      SilcUInt32 port;              /* IANA specified service port */
      SilcUInt32 idle;              /* Idle time in the service */
      char signon[64];              /* Signon date and time (UTC) */
      char address[256];            /* service address */
      SilcBool status;              /* online status (TRUE present in service) */
    } SilcAttributeObjService;
 
 
 
 |