Exemplo n.º 1
0
 public uint CreateClient()
 {
     Led5kSDK.InitSdk(2, 2);
     hand = Led5kSDK.CreateClient(led_ip, led_port, (Led5kSDK.bx_5k_card_type) 0x53, timeout, mode, null);
     return(hand);
 }