API_MEDKINECT.Sicks.get_sicks C# (CSharp) Method

get_sicks() public method

public get_sicks ( ) : Object
return Object
        public Object get_sicks()
        {
            return this.conexion_rest("get", "api/sicks/#", null, this.id);
        }