Summary: Fields | Ctors | Inherited Methods
public
final
class
StructCmsghdr
extends Object
Corresponds to C's struct cmsghdr.
Summary
Fields | |
|---|---|
public
final
byte[] |
cmsg_data
message data sent/received |
public
final
int |
cmsg_level
Originating protocol |
public
final
int |
cmsg_type
Protocol-specific type |
Public constructors | |
|---|---|
StructCmsghdr(int cmsg_level, int cmsg_type, byte[] value)
|
|
StructCmsghdr(int cmsg_level, int cmsg_type, short value)
|
|
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
Fields
cmsg_data
public final byte[] cmsg_data
message data sent/received
cmsg_level
public final int cmsg_level
Originating protocol
cmsg_type
public final int cmsg_type
Protocol-specific type
Public constructors
StructCmsghdr
public StructCmsghdr (int cmsg_level,
int cmsg_type,
byte[] value)
| Parameters | |
|---|---|
cmsg_level |
int |
cmsg_type |
int |
value |
byte: This value cannot be null. |
StructCmsghdr
public StructCmsghdr (int cmsg_level,
int cmsg_type,
short value)
| Parameters | |
|---|---|
cmsg_level |
int |
cmsg_type |
int |
value |
short |