InputMessage
Allocate a new InputMessage.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Allocate a new InputMessage using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
The AutofreeScope to allocate this structure in.
Allocate a new InputMessage.
This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.
Parameters
return location for a #GSocketAddress, or null
the number of input vectors pointed to by @vectors
will be set to the number of bytes that have been received
collection of #GSocketMsgFlags for the received message, outputted by the call
Allocate a new InputMessage using the provided AutofreeScope.
The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped
.
Parameters
return location for a #GSocketAddress, or null
the number of input vectors pointed to by @vectors
will be set to the number of bytes that have been received
collection of #GSocketMsgFlags for the received message, outputted by the call
The AutofreeScope to allocate this structure in.