add sample code function params
This commit is contained in:
parent
bc1bc6915d
commit
d235d02b70
@ -10,7 +10,12 @@ public class Sample
|
||||
|
||||
SydApi4Database.SYD_SetLogConfig("./sydapi/log", 1);
|
||||
SydApi api = new SydApi4Database();
|
||||
api.SYD_Connect_Ex();
|
||||
api.SYD_Connect_Ex(
|
||||
new String[]{ "192.168.0.100" },
|
||||
new int[]{ 8889 },
|
||||
3,
|
||||
15
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user