Table of Contents

Class DatagramBasedHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class DatagramBasedHelper : Object, IDisposable, DatagramBased, InstanceFactory, GTypeProvider
Inheritance
DatagramBasedHelper
Implements
Inherited Members

Constructors

DatagramBasedHelper(ObjectHandle)

public DatagramBasedHelper(ObjectHandle handle)

Parameters

handle ObjectHandle

Methods

ConditionWait(IOCondition, long, Cancellable?)

[Version("2.48")]
public bool ConditionWait(IOCondition condition, long timeout, Cancellable? cancellable)

Parameters

condition IOCondition
timeout long
cancellable Cancellable

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

ReceiveMessages(InputMessage[], int, long, Cancellable?)

[Version("2.48")]
public int ReceiveMessages(InputMessage[] messages, int flags, long timeout, Cancellable? cancellable)

Parameters

messages InputMessage[]
flags int
timeout long
cancellable Cancellable

Returns

int

SendMessages(OutputMessage[], int, long, Cancellable?)

[Version("2.48")]
public int SendMessages(OutputMessage[] messages, int flags, long timeout, Cancellable? cancellable)

Parameters

messages OutputMessage[]
flags int
timeout long
cancellable Cancellable

Returns

int