TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Arun Eddy
1.3k
402
12k
not able to make connection with zkteco multibio 700 device
Feb 1 2018 6:43 AM
public
bool
Connect_Net(
string
IPAdd,
int
Port)
{
if
(objCZKEM.Connect_Net(IPAdd, Port))
{
//65535, 32767
if
(objCZKEM.RegEvent(1, 65535))
{
// [Register your events here]
//[Go through the _IZKEMEvents_Event class for a complete list of events
objCZKEM.OnConnected += ObjCZKEM_OnConnected;
objCZKEM.OnDisConnected += objCZKEM_OnDisConnected;
objCZKEM.OnEnrollFinger += ObjCZKEM_OnEnrollFinger;
objCZKEM.OnFinger += ObjCZKEM_OnFinger;
objCZKEM.OnAttTransactionEx +=
new
_IZKEMEvents_OnAttTransactionExEventHandler(zkemClient_OnAttTransactionEx);
}
return
true
;
}
return
false
;
}
this is my code but i m not able to make connection with device
Reply
Answers (
0
)
progress bar in winforexecutem C# on method
audio processing