Skip to content

KLink

Defined in: src/kobject.ts:176

A symbolic link between kobjects, for example /sys/module/some_module/holders/other_module. Like on Linux, links are always relative to the directory they are in.

new KLink(name, parent, target): KLink

Defined in: src/kobject.ts:177

string

KObject

KObject

KLink

readonly name: string

Defined in: src/kobject.ts:178


readonly parent: KObject

Defined in: src/kobject.ts:179


readonly target: KObject

Defined in: src/kobject.ts:180

get contents(): string

Defined in: src/kobject.ts:190

string


get path(): string

Defined in: src/kobject.ts:185

string

[dispose](): void

Defined in: src/kobject.ts:198

void


dispose(): void

Defined in: src/kobject.ts:194

void