*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 tt_pattern_category_set(3) -- fill in the category field for a pattern
    The tt_pattern_category_set function fills in the category field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The c argument indicates whether the receiving process will observe or handle messages. The following values are defined: TT_OBSERVE The receiving process will observe messages. TT_HANDLE T...
 tt_pattern_class_add(3) -- add a value to the class information for a pattern
    The tt_pattern_class_add function adds a value to the class information for the specified pattern. If the class is TT_REQUEST, the sending process expects a reply to the message. If the class is TT_NOTICE, the sending process does not expect a reply to the message. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The c argument ...
 tt_pattern_context_add(3) -- add a string value to the values of this pattern's context
    The tt_pattern_context_add function adds a string value to the values of this pattern's context. If the value pointer is NULL, a slot is created with the specified name but no value is added. The p argument is the opaque handle for the pattern involved in this operation. The slotname argument describes the context of this pattern. The value argument is the value to be added.
 tt_pattern_create(3) -- request a new pattern object
    The tt_pattern_create function requests a new pattern object. After receiving the pattern object, the application fills in the message pattern fields to indicate what type of messages the process wants to receive and then registers the pattern with the ToolTalk service. The application can supply multiple values for each attribute added to a pattern (although some attributes are set and can only h...
 tt_pattern_destroy(3) -- destroy a pattern object
    The tt_pattern_destroy function destroys a pattern object. Destroying a pattern object automatically unregisters the pattern with the ToolTalk service. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called.
 tt_pattern_disposition_add(3) -- add a value to the disposition field for a pattern
    The tt_pattern_disposition_add function adds a value to the disposition field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The r argument indicates whether an instance of the receiver is to be started to receive the message immediately, or whether the message is to be queued until the receiving pro...
 tt_pattern_file_add(3) -- add a value to the file field of a pattern
    The tt_pattern_file_add function adds a value to the file field of the specified pattern. The application can use this call to set individual files on individual patterns. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The file argument is the name of the file of the specified pattern.
 tt_pattern_iarg_add(3) -- add a new integer argument to a pattern
    The tt_pattern_iarg_add function adds a new argument to a pattern and sets the value to a given integer. Add all arguments before the pattern is registered with the ToolTalk service. The m argument is the opaque handle for the pattern involved in this operation. The n argument specifies who (sender, handler, observers) writes and reads a message argument. The following modes are defined: TT_IN The...
 tt_pattern_icontext_add(3) -- add an integer value to the values of this pattern's context
    The tt_pattern_icontext_add function adds an integer value to the values of this pattern's context. The p argument is the opaque handle for the pattern involved in this operation. The slotname argument describes the slotname in this pattern. The value argument is the value to be added.
 tt_pattern_object_add(3) -- add a value to the object field of a pattern
    The tt_pattern_object_add function adds a value to the object field of the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The objid argument is the identifier for the specified object. Both tt_spec_createRETURN VALUE    RETURN VALUE    [Toc]    
 tt_pattern_opnum_add(3) -- add an operation number to a pattern
    The tt_pattern_opnum_add function adds an operation number to the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The opnum argument is the operation number to be added.
 tt_pattern_op_add(3) -- add a value to the operation field of a pattern
    The tt_pattern_op_add function adds a value to the operation field of the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The opname argument is the name of the operation the process can perform.
 tt_pattern_otype_add(3) -- add a value to the object type field for a pattern
    The tt_pattern_otype_add function adds a value to the object type field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The otype argument is the name of the object type the application manages.
 tt_pattern_print(3) -- format a pattern
    The tt_pattern_print function formats a pattern in the same way a message is formatted for the ttsession(1) trace and returns a string containing it. The p argument is the pattern to be formatted.
 tt_pattern_register(3) -- register a pattern with the ToolTalk service
    The tt_pattern_register function registers a pattern with the ToolTalk service. When the process is registered, it will start receiving messages that match the specified pattern. Once a pattern is registered, no further changes can be made in the pattern. When the process joins a session or file, the ToolTalk service updates the file and session field of its registered patterns. The p argument is ...
<<  [Prev]  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  
38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service