# Print output for @column tags ?>
public
final
class
StructCmsghdr
extends Object
| java.lang.Object | |
| ↳ | android.system.StructCmsghdr |
Corresponds to C's struct cmsghdr.
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, short value)
|
|
StructCmsghdr(int cmsg_level, int cmsg_type, byte[] value)
|
|
Inherited methods | |
|---|---|
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 StructCmsghdr (int cmsg_level,
int cmsg_type,
short value)
| Parameters | |
|---|---|
cmsg_level |
int |
cmsg_type |
int |
value |
short |
public StructCmsghdr (int cmsg_level,
int cmsg_type,
byte[] value)
| Parameters | |
|---|---|
cmsg_level |
int |
cmsg_type |
int |
value |
byte: This value cannot be null. |