TABLE OF CONTENTS
- 1. libram/libram_reply_get_action
- 2. libram/libram_reply_get_id
- 3. libram/libram_reply_get_processed
- 4. libram/libram_reply_get_replace_direction
- 5. libram/libram_reply_get_replace_len
- 6. libram/libram_reply_get_replace_val
libram/libram_reply_get_action [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_action - get action type from reply structure
SYNOPSIS
enum libram_action libram_reply_get_action(void *r)
DESCRIPTION
libram_reply_get_action returns the action component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- action: action component of reply structure
SEE ALSO
reply(3), libram_reply_get_id(3), libram_reply_get_processed(3), libram_reply_get_replace_direction(3), libram_reply_get_replace_len(3), libram_reply_get_replace_val(3)
libram/libram_reply_get_id [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_id - get id from reply structure
SYNOPSIS
long libram_reply_get_id(void *r)
DESCRIPTION
libram_reply_get_id returns the id component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- id: id component of reply structure
SEE ALSO
reply(3), libram_reply_get_action(3), libram_reply_get_processed(3), libram_reply_get_replace_direction(3), libram_reply_get_replace_len(3), libram_reply_get_replace_val(3)
libram/libram_reply_get_processed [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_processed - get processed from reply structure
SYNOPSIS
long libram_reply_get_processed(void *r)
DESCRIPTION
libram_reply_get_processed returns the processed component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- processed: processed component of reply structure
SEE ALSO
reply(3), libram_reply_get_id(3), libram_reply_get_action(3), libram_reply_get_replace_direction(3), libram_reply_get_replace_len(3), libram_reply_get_replace_val(3)
libram/libram_reply_get_replace_direction [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_replace_direction - get replace_direction from reply structure
SYNOPSIS
enum libram_direction libram_reply_get_replace_direction(void *r)
DESCRIPTION
libram_reply_get_replace_direction returns the replace_direction component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- replace_direction: replace_direction component of reply structure
SEE ALSO
reply(3), libram_reply_get_id(3), libram_reply_get_processed(3), libram_reply_get_action(3), libram_reply_get_replace_len(3), libram_reply_get_replace_val(3)
libram/libram_reply_get_replace_len [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_replace_len - get replace_len from reply structure
SYNOPSIS
int libram_reply_get_replace_len(void *r)
DESCRIPTION
libram_reply_get_replace_len returns the replace_len component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- replace_len: replace_len component of reply structure
SEE ALSO
reply(3), libram_reply_get_id(3), libram_reply_get_processed(3), libram_reply_get_replace_direction(3), libram_reply_get_action(3), libram_reply_get_replace_val(3)
libram/libram_reply_get_replace_val [ Functions ]
[ Top ] [ libram ] [ Functions ]
NAME
libram_reply_get_replace_val - get replace_val from reply structure
SYNOPSIS
char* libram_reply_get_replace_val(void *r)
DESCRIPTION
libram_reply_get_replace_val returns the replace_val component of the reply structure passed in r. It's use is to allow access of the components of the reply structure without including the definition of the reply structure.
ARGUMENTS
*r: pointer to reply structure
RETURN
- replace_val: replace_val component of reply structure
SEE ALSO
reply(3), libram_reply_get_id(3), libram_reply_get_processed(3), libram_reply_get_replace_direction(3), libram_reply_get_replace_len(3), libram_reply_get_action(3)