Table of Contents

Class IPv6TclassMessage

Namespace
Gio
Assembly
Gio-2.0.dll
public class IPv6TclassMessage : SocketControlMessage, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
IPv6TclassMessage
Implements
Inherited Members

Constructors

IPv6TclassMessage(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public IPv6TclassMessage(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

IPv6TclassMessage(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected IPv6TclassMessage(CreationData data)

Parameters

data CreationData

IPv6TclassMessage(IPv6TclassMessageHandle)

protected IPv6TclassMessage(IPv6TclassMessageHandle handle)

Parameters

handle IPv6TclassMessageHandle

Methods

GetDscp()

[Version("2.88")]
public byte GetDscp()

Returns

byte

GetEcn()

[Version("2.88")]
public EcnCodePoint GetEcn()

Returns

EcnCodePoint

GetGType()

public static Type GetGType()

Returns

Type

New(byte, EcnCodePoint)

[Version("2.88")]
public static IPv6TclassMessage New(byte dscp, EcnCodePoint ecn)

Parameters

dscp byte
ecn EcnCodePoint

Returns

IPv6TclassMessage

NewFromPointer(nint, bool)

Creates a new managed IPv6TclassMessage instance for a given pointer.

public static IPv6TclassMessage NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

IPv6TclassMessage

NewWithProperties(ConstructArgument[])

Creates a new IPv6TclassMessage and sets the properties specified by the construct arguments.

public static IPv6TclassMessage NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

IPv6TclassMessage