Show / Hide Table of Contents

Struct RpcAnswer

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 RpcAnswer

Fields

| Improve this Doc View Source

Call

Declaration
public readonly NtRpcCall Call
Field Value
Type Description
NtRpcCall
| Improve this Doc View Source

Conn

Declaration
public readonly ConnectionInfo Conn
Field Value
Type Description
ConnectionInfo
| Improve this Doc View Source

EntryHandle

Declaration
public readonly NtEntry EntryHandle
Field Value
Type Description
NtEntry
| Improve this Doc View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
String
| Improve this Doc View Source

Params

Declaration
public readonly ReadOnlySpan<byte> Params
Field Value
Type Description
System.ReadOnlySpan<Byte>

Properties

| Improve this Doc View Source

Entry

Declaration
public NetworkTableEntry Entry { get; }
Property Value
Type Description
NetworkTableEntry
| Improve this Doc View Source

IsValid

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

Methods

| Improve this Doc View Source

PostResponse(ReadOnlySpan<Byte>)

Declaration
public void PostResponse(ReadOnlySpan<byte> result)
Parameters
Type Name Description
System.ReadOnlySpan<Byte> result
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet