Ejemplo n.º 1
0
        private void button17_Click(object sender, EventArgs e)
        {
            var handles = nuc.GetHandles();

            Log("数量->" + handles.Count);
            foreach (var c in handles)
            {
                Log("Id:" + c.id + " 摄像机id:" + c.camera_id + " 组id:" + c.group_id + " 工作状态:" + c.working);
            }
        }