Added in API level 31
StructCmsghdr
class StructCmsghdr
kotlin.Any | |
↳ | android.system.StructCmsghdr |
Corresponds to C's struct cmsghdr
.
Summary
Public constructors | |
---|---|
StructCmsghdr(cmsg_level: Int, cmsg_type: Int, value: Short) |
|
StructCmsghdr(cmsg_level: Int, cmsg_type: Int, value: ByteArray) |
Properties | |
---|---|
ByteArray |
message data sent/received |
Int |
Originating protocol |
Int |
Protocol-specific type |
Public constructors
StructCmsghdr
Added in API level 31
StructCmsghdr(
cmsg_level: Int,
cmsg_type: Int,
value: ByteArray)
Parameters | |
---|---|
value |
ByteArray: This value cannot be null . |