Show / Hide Table of Contents

Struct RpcCall

Implements
IDisposable
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables
Assembly: FRC.NetworkTables.dll
Syntax
public struct RpcCall : IDisposable

Constructors

| Improve this Doc View Source

RpcCall(NetworkTableEntry, NtRpcCall)

Declaration
public RpcCall(NetworkTableEntry entry, NtRpcCall call)
Parameters
Type Name Description
NetworkTableEntry entry
NtRpcCall call

Fields

| Improve this Doc View Source

Entry

Declaration
public readonly NetworkTableEntry Entry
Field Value
Type Description
NetworkTableEntry
| Improve this Doc View Source

Handle

Declaration
public readonly NtRpcCall Handle
Field Value
Type Description
NtRpcCall

Properties

| Improve this Doc View Source

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

CancelResult()

Declaration
public void CancelResult()
| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

GetResult()

Declaration
public ReadOnlySpan<byte> GetResult()
Returns
Type Description
System.ReadOnlySpan<Byte>
| Improve this Doc View Source

GetResult(Double)

Declaration
public ReadOnlySpan<byte> GetResult(double timeout)
Parameters
Type Name Description
Double timeout
Returns
Type Description
System.ReadOnlySpan<Byte>
| Improve this Doc View Source

GetResult(Double, Span<Byte>)

Declaration
public ReadOnlySpan<byte> GetResult(double timeout, Span<byte> store)
Parameters
Type Name Description
Double timeout
System.Span<Byte> store
Returns
Type Description
System.ReadOnlySpan<Byte>
| Improve this Doc View Source

GetResult(Span<Byte>)

Declaration
public ReadOnlySpan<byte> GetResult(Span<byte> store)
Parameters
Type Name Description
System.Span<Byte> store
Returns
Type Description
System.ReadOnlySpan<Byte>
| Improve this Doc View Source

GetResultAsync(CancellationToken)

Declaration
public Task<byte[]> GetResultAsync(CancellationToken token = default(CancellationToken))
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
Task<Byte[]>

Implements

IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet