typedef struct { ... } SilcAttributeObjService;
SILC_ATTRIBUTE_SERVICE type object structure.
typedef struct { SilcUInt32 port; /* IANA specified service port */ char address[256]; /* service address */ bool status; /* online status (TRUE present in service) */ } SilcAttributeObjService;