# Functions
No description provided by the author
# Constants
DefaultSocketName is default VPP API socket file path.
# Variables
ClientName is used for identifying client in socket registration.
Debug is global variable that determines debug mode.
DebugMsgIds is global variable that determines debug mode for msg ids.
DefaultConnectTimeout is default timeout for connecting.
DefaultDisconnectTimeout is default timeout for discconnecting.
Log is global logger.
MaxWaitReady defines maximum duration before waiting for socket file times out.
# Structs
APIVersions represents VPP binary API message 'api_versions'.
APIVersionsReply represents VPP binary API message 'api_versions_reply'.
MessageTableEntry represents VPP binary API type 'message_table_entry'.
ModuleVersion represents VPP binary API type 'module_version'.
SockclntCreate represents VPP binary API message 'sockclnt_create'.
SockclntCreateReply represents VPP binary API message 'sockclnt_create_reply'.
SockclntDelete represents VPP binary API message 'sockclnt_delete'.
SockclntDeleteReply represents VPP binary API message 'sockclnt_delete_reply'.