SetLinkHeaderLength
Changes the number of bytes to use for the link header to the specified value.
Declaration
virtual kern_return_t SetLinkHeaderLength(uint8_t length);Parameters
- length:
The new length value, specified in bytes
Return Value
kIOReturnSuccess on success, or another value if an error occurred.