DBP_EZSClient Plugin
The DBP_EZSClient Plugin for DBP is designed to simplify the usage of the EZ_Serv TCPIP Server application with your DBP programs. The Plugin handles all tcpip communications, parses and responds to all ezs specific protocol messages, allows the user to build and maintain Protocol-Pass-Thru (PPT) stub lists so that the plugin can parse them automatically, and even builds and maintains remote client lists (independent Server and Zone levels) exposing all of this data to the end user’s application.
Function List:
ezs_SetParserMode ByVal ModeType As Integer
ezs_Connect ByVal Host As String, ByVal Port As Integer
ezs_GetTCPData() As String
ezs_GetConnectionState() As Integer
ezs_Send ByVal tData As String
ezs_Disconnect
ezs_GetSCCount() As Integer
ezs_GetZCCount() As Integer
ezs_GetSCNickByIndex(ByVal Index As Integer) As String
ezs_GetSCIDByNick(ByVal Nick As String) As Integer
ezs_SetLoginData ByVal ClientNick As String, ByVal ClientPassword As String
ezs_SetClientVersion ByVal Version As String
ezs_SetPPTDelim ByVal Delimiter As String
ezs_SetPPTIDMode ByVal ModeType As Integer
ezs_AddPPTStub ByVal StubName As String
ezs_RemovePPTStub ByVal StubName As String
ezs_GetServerTime(ByVal PartIndex As Integer) As String
ezs_GetCommand() As String
ezs_GetCommandID() As String
ezs_GetCommandData() As String
The download contains the dll, a doc file, and a keyword ini.
You can download the package from
HERE or by clicking my sig link.
This plugin requires the MS .NET Framework 1.1 or higher
Thanks, all feedback welcome
CR