API_MEDKINECT.Sicks.get_all_sicks C# (CSharp) Method

get_all_sicks() public method

public get_all_sicks ( ) : Object
return Object
        public Object get_all_sicks()
        {
            return this.conexion_rest("get", "api/sicks", null, -1);
        }