Show / Hide Table of Contents

Struct NtRpcAnswer

NT Rpc Answer Version 1

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

Fields

| Improve this Doc View Source

call

Rpc Call Handle

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

conn

Rpc Connection

Declaration
public NtConnectionInfo conn
Field Value
Type Description
NtConnectionInfo
| Improve this Doc View Source

entry

Rpc Entry Handle

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

name

Rpc Name

Declaration
public NtString name
Field Value
Type Description
NtString
| Improve this Doc View Source

params

Rpc Parameters

Declaration
public NtString params
Field Value
Type Description
NtString
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet