Show / Hide Table of Contents

Struct NtConnectionListener

Low Level NT Core Connection Listener Handle

Implements
IEquatable<NtConnectionListener>
Inherited Members
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables.Natives
Assembly: FRC.NetworkTables.dll
Syntax
public struct NtConnectionListener : IEquatable<NtConnectionListener>

Constructors

| Improve this Doc View Source

NtConnectionListener(Int32)

Creates a new handle

Declaration
public NtConnectionListener(int value)
Parameters
Type Name Description
Int32 value

handle value

Methods

| Improve this Doc View Source

Equals(NtConnectionListener)

Checks equality between another Handle

Declaration
public bool Equals(NtConnectionListener other)
Parameters
Type Name Description
NtConnectionListener other

Handle to check

Returns
Type Description
Boolean

True if equal

| Improve this Doc View Source

Equals(Object)

Checks equality between another object

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj

Object to check

Returns
Type Description
Boolean

True if equal

Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

Get()

Gets the raw handle value

Declaration
public int Get()
Returns
Type Description
Int32

The raw handle value

| Improve this Doc View Source

GetHashCode()

Gets Hash Code of Handle

Declaration
public override int GetHashCode()
Returns
Type Description
Int32

Handle Value as Hash Code

Overrides
ValueType.GetHashCode()

Operators

| Improve this Doc View Source

Equality(NtConnectionListener, NtConnectionListener)

Gets if 2 handles are equal

Declaration
public static bool operator ==(NtConnectionListener lhs, NtConnectionListener rhs)
Parameters
Type Name Description
NtConnectionListener lhs

Left Hand Side

NtConnectionListener rhs

Right Hand Side

Returns
Type Description
Boolean

true if equal

| Improve this Doc View Source

Implicit(NtConnectionListener to NtHandle)

Converts a handle to a base handle

Declaration
public static implicit operator NtHandle(NtConnectionListener value)
Parameters
Type Name Description
NtConnectionListener value

The current handle

Returns
Type Description
NtHandle
| Improve this Doc View Source

Inequality(NtConnectionListener, NtConnectionListener)

Gets if 2 handles are not equal

Declaration
public static bool operator !=(NtConnectionListener lhs, NtConnectionListener rhs)
Parameters
Type Name Description
NtConnectionListener lhs

Left Hand Side

NtConnectionListener rhs

Right Hand Side

Returns
Type Description
Boolean

true if not equal

Implements

IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • NtConnectionListener(Int32)
  • Methods
    • Equals(NtConnectionListener)
    • Equals(Object)
    • Get()
    • GetHashCode()
  • Operators
    • Equality(NtConnectionListener, NtConnectionListener)
    • Implicit(NtConnectionListener to NtHandle)
    • Inequality(NtConnectionListener, NtConnectionListener)
  • Implements
Back to top Copyright © 2017 RobotDotNet