|
|
|
| Interface status: | externallyDefinedApi |
struct utsname;
Contains the following members,
Defined in utsname:
machineHardware type. nodenameName of this network node. releaseRelease level. sysnameName of this OS. versionVersion level. | Interface status: | externallyDefinedApi | Inherited from: utsname |
char sysname[256];
Name of this OS.
| Interface status: | externallyDefinedApi | Inherited from: utsname |
char nodename[256];
Name of this network node.
| Interface status: | externallyDefinedApi | Inherited from: utsname |
char release[256];
Release level.
| Interface status: | externallyDefinedApi | Inherited from: utsname |
char version[256];
Version level.
| Interface status: | externallyDefinedApi | Inherited from: utsname |
char machine[256];
Hardware type.