The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

TXTRecordCreate (3)
  • >> TXTRecordCreate (3) ( Solaris man: Библиотечные вызовы )
  •  

    NAME

    TXTRecordCreate, TXTRecordDeallocate, TXTRecordSetValue, TXTRecordRemoveValue, TXTRecordGetLength, TXTRecordGetBytesPtr, TXTRecordContainsKey, TXTRecordGetValuePtr, TXTRecordGetCount, TXTRecordGetItemAtIndex - DNS TXT record manipulation functions
     
    

    SYNOPSIS

    cc [ flag ... ] file ... -ldns_sd [ library ... ]
    #include <dns_sd.h>
    
    void TXTRecordCreate(TXTRecordRef *txtRecord, uint16_t bufferLen,
        void *buffer);
    

    void TXTRecordDeallocate(TXTRecordRef*txtRecord);
    

    DNSServiceErrorType txtRecord(TXTRecordRef *txtRecord,
        const char *key, uint8_t valueSize, const void *value);
    

    DNSServiceErrorType TXTRecordRemoveValue(TXTRecordRef *txtRecord,
        const char *key);
    

    uint16_t TXTRecordGetLength(const TXTRecordRef *txtRecord);
    

    const void *TXTRecordGetBytesPtr(const TXTRecordRef *txtRecord);
    

    int *TXTRecordContainsKey(uint16_t *txtLen,
        const void *txtRecord, const char *key);
    

    const void *TXTRecordGetValuePtr(uint16_t *txtLen,
        const void *txtRecord, const char *key,
        uint8_t *valueLen);
    

    uint16_t *TXTRecordGetCount(uint16_t *txtLen,
        const void *txtRecord);
    

    DNSServiceErrorType TXTRecordGetItemAtIndex(uint16_t *txtLen,
        const void *txtRecord, uint16_t *index,
        uint16_t *keyBufLen, char *key,
        uint8_t *valueLen, const void **value);
    

     

    DESCRIPTION

    These functions in the libdns_sd library allow applications to create and to manipulate TXT resource records. TXT resource records enable applications to include service specific information, other than a host name and port number, as part of the service registration.  

    ATTRIBUTES

    See attributes(5) for description of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityCommitted

    MT-Level

     

    SEE ALSO

    attributes(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру