asn1_read_node_value



asn1_read_node_value

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
COPYRIGHT
SEE ALSO

NAME

asn1_read_node_value − API function

SYNOPSIS

#include <libtasn1.h>

int asn1_read_node_value(asn1_node node, asn1_data_node_st * data);

ARGUMENTS

asn1_node node

pointer to a node.

asn1_data_node_st * data

a point to a asn1_data_node_st

DESCRIPTION

Returns the value a data node inside a asn1_node structure. The data returned should be handled as constant values.

RETURNS

ASN1_SUCCESS if the node exists.

COPYRIGHT

Copyright © 2006-2013 Free Software Foundation, Inc..
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for libtasn1 is maintained as a Texinfo manual. If the info and libtasn1 programs are properly installed at your site, the command

info libtasn1

should give you access to the complete manual. As an alternative you may obtain the manual from:

http://www.gnu.org/software/libtasn1/manual/




More Linux Commands

manpages/add_wchstr.3ncurses.html
add_wchstr(3ncurses) - add an array of complex characters (a
These functions copy the (null-terminated) array of complex characters wchstr into the window image structure starting at the current cursor position. The four

manpages/lseek64.3.html
lseek64(3) - reposition 64-bit read/write file offset.......
The lseek(2) family of functions reposition the offset of the open file associated with the file descriptor fd to offset bytes relative to the start, current po

manpages/jscal-store.1.html
jscal-store(1) stores joystick calibration - Linux man page
jscal-store stores the calibration and mapping information for the given joystick device. This information can later be restored using the jscal-restore command

manpages/w3mman.1.html
w3mman(1) - an interface to the on-line reference manuals by
w3mman is the systems manual pager by w3m(1). OPTIONS A summary of options is included below. -M path Specify path as MANPATH. -k keyword Specify keyword. -l fi

manpages/tmpnam_r.3.html
tmpnam_r(3) - create a name for a temporary file (Man Page)
Note: Avoid use of tmpnam(); use mkstemp(3) or tmpfile(3) instead. The tmpnam() function returns a pointer to a string that is a valid filename, and such that a

manpages/lsusb.8.html
lsusb(8) - list USB devices (Admin - Linux man page)........
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them. OPTIONS -v, --verbose Tells lsusb to be verbose a

manpages/glVertex3dv.3gl.html
glVertex3dv(3gl) - specify a vertex - Linux manual page.....
glVertex commands are used within glBegin/glEnd pairs to specify point, line, and polygon vertices. The current color, normal, and texture coordinates are assoc

manpages/font.n.html
font(n) - Create and inspect fonts. - Linux manual page.....
The font command provides several facilities for dealing with fonts, such as defining named fonts and inspecting the actual attributes of a font. The command ha

manpages/curl_getenv.3.html
curl_getenv(3) - return value for environment name (ManPage)
curl_getenv() is a portable wrapper for the getenv() function, meant to emulate its behaviour and provide an identical interface for all operating systems libcu

manpages/ldap_simple_bind_s.3.html
ldap_simple_bind_s(3) - LDAP bind routines - Linux man page
These routines provide various interfaces to the LDAP bind operation. After an association with an LDAP server is made using ldap_init(3), an LDAP bind operatio

manpages/XtLastTimestampProcessed.3.html
XtLastTimestampProcessed(3) - last event, last timestamp pro
XtLastEventProcessed returns the last event passed to XtDispatchEvent for the specified display and NULL if there has been no event. The client must not modify

manpages/item_userptr.3menu.html
item_userptr(3menu) - associate application data with a menu
Every menu item has a field that can be used to hold application-specific data (that is, the menu-driver code leaves it alone). These functions get and set that





We can't live, work or learn in freedom unless the software we use is free.