getUUIDBytes(at:)

Get a UUID from the 16 bytes starting at index. This will not change the reader index. If there are less than 16 bytes starting at index then nil will be returned.

ByteBuffer-foundation.swift:279
func getUUIDBytes(at index: Int) -> UUID?

Parameters

index

The starting index of the bytes of interest into the ByteBuffer.

Returns

A UUID value containing the bytes of interest or nil if the selected bytes are not readable or there were not enough bytes.