BALTECH Docs |
C API for BALTECH SDK
|
BRP_LIB brp_errcode brp_get_io_id | ( | brp_protocol | protocol, |
char ** | intf_name, | ||
brp_frame | instance_id | ||
) |
Retrieves the instance name of the I/O-protocol of this protocol stack.
This command allows to retrieve the unique identification name of the underlying I/O protokoll in a normalized form. Usually this one can be passed to the corresponding brp_create_*() function of the I/O protokoll layer to recreate it.
protocol | protocol handle to retrieve I/O |
intf_name | interface name |
instance_id | frame that will hold the name of the I/O prot instance. ATTENTION: The name contains a trailing zero-terminator to correspond to the C string convention. |