WINX LINK Pro Type-C 1m Cable - WINX | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
WINX

WINX LINK Pro Type-C 1m Cable

SKU: WX-CB107
R 149.00
In Stock

The WINX LINK Pro Type-C 1m Cable delivers exceptional 8K visuals, ultra-fast data transfer, and 240W Power Delivery 3.1 fast charging, making this perfect for Type-C laptops and other compatible devices. It ensures fast connections for charging and 40Gbps data transmission speed, allowing you to transfer large files quickly and effortlessly. With its sleek and durable design, this cable is built to last while staying flexible and lightweight. FEATURES:

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The WINX LINK Pro Type-C 1m Cable delivers exceptional 8K visuals, ultra-fast data transfer, and 240W Power Delivery 3.1 fast charging, making this perfect for Type-C laptops and other compatible devices. It ensures fast connections for charging and 40Gbps data transmission speed, allowing you to transfer large files quickly and effortlessly. With its sleek and durable design, this cable is built to last while staying flexible and lightweight.

FEATURES:

  • Supports 8K (7680x4320) resolution at 60Hz
  • Up to 40Gbps data transmission for quickly transferring large files
  • 240W Power Delivery with fast charging support, so you stay powered everywhere you go
  • Ideal for use with Type-C compatible phones, tablets, notebooks, or laptops
  • Sleek and durable design that's flexible and lightweight for ease of transport

SPECIFICATIONS:

  • Host interface: Type-C
  • Output interface: Type-C
  • Max resolution: 8K@60Hz (7680x4320)
  • Data interface: Thunderbolt® 4 & USB4.0 (Up to 40Gbps)
  • Max power output: 240W (48V/5A)
  • Charging standard: PD 3.1
  • Encryption standard: HDCP 2.3
  • Operating temperature: -20°C to 50°C
  • Cable length: 1m
  • Colour: Black
  • Material: Aluminium alloy casing & braided nylon mesh
  • Product dimensions: 1.32x0.5x100cm
  • Product weight: 45g
  • Packaging dimensions: 10.5x13.5x2.2cm
  • Packaging weight: 71g

WHAT’S IN THE BOX:

  • WINX LINK Pro Type-C 1m Cable x1
Brand WINX
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

GIZZU 60W 5Gbps Type-C 1m Cable
Gizzu

GIZZU 60W 5Gbps Type-C 1m Cable

R 79.00

In Stock

GIZZU 66W 480Mbps USB to Type-C 2m Cable
Gizzu

GIZZU 66W 480Mbps USB to Type-C 2m Cable

R 49.00

In Stock

GIZZU 12W USB to Lightning 1m Cable
Gizzu

GIZZU 12W USB to Lightning 1m Cable

R 49.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!