Show / Hide Table of Contents

Struct NtRpcDefinition

NT Rpc Definition

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 NtRpcDefinition

Fields

| Improve this Doc View Source

name

Rpc Name

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

num_params

Number of Parameters

Declaration
public UIntPtr num_params
Field Value
Type Description
UIntPtr
| Improve this Doc View Source

num_results

Number of Results

Declaration
public UIntPtr num_results
Field Value
Type Description
UIntPtr
| Improve this Doc View Source

params

Array of Parameter Definitions

Declaration
public NtRpcParamDef*params
Field Value
Type Description
NtRpcParamDef*
| Improve this Doc View Source

results

Array of Result Definitions

Declaration
public NtRpcResultDef*results
Field Value
Type Description
NtRpcResultDef*
| Improve this Doc View Source

version

Definition Version

Declaration
public uint version
Field Value
Type Description
UInt32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet