public final class mach_service_port_info
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_service_port_info() |
protected |
mach_service_port_info(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
byte |
mspi_domain_type()
Service port domain
|
byte |
mspi_string_name(int field_idx)
Service port's string name
|
void |
setMspi_domain_type(byte value)
Service port domain
|
void |
setMspi_string_name(byte value,
int field_idx)
Service port's string name
|
public mach_service_port_info()
protected mach_service_port_info(org.moe.natj.general.Pointer peer)
public byte mspi_string_name(int field_idx)
public void setMspi_string_name(byte value,
int field_idx)
public byte mspi_domain_type()
public void setMspi_domain_type(byte value)