Interfaces

Name: Interfaces

Fullname: System Hardware Interfaces

Version: 1.0.0

Type: Application

Lists all interfaces on the current system

Definition

NTFX Application Definition

[NTFXPublic(true)]
[NTFXStorage(bucket: "system.hardware.interfaces")]
[NTFXPermissions(["host", "native", "serial"])]
protected class SystemHardwareInterfaces : IApplicationModelStandard

Inheritance: NTFX.IApplicationModelStandard -> Interfaces

Invocation

Possible Parameters

Below is the template for invocation with optional parameters in square brackets.

system hardware interfaces ^
    [ --pipe ] ^
    [ --filter [regex] ] ^
    [ --host-only ]

The '^' character is used to indicate a newline, it is not parsed by NTFX and is not required.

Example

Below is an example invocation with sample values for all possible parameters.

system hardware interfaces ^
    --pipe ^
    --filter "/(serial|i2c|spi)/g" ^
    --host-only

The '^' character is used to indicate a newline, it is not parsed by NTFX and is not required.

Parameters

Required

This application does not require any parameters by default.

Optional

Name
Description
Type

pipe

Include Microart Pipe interfaces.

Bool

filter

Regex expression used to filter the results by.

String

host-only

Only display interfaces on the host OS.

Bool

Last updated