Show / Hide Table of Contents

Struct CANStreamMessage

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

Fields

| Improve this Doc View Source

Data

Declaration
public byte *Data
Field Value
Type Description
Byte*
| Improve this Doc View Source

DataSize

Declaration
public byte DataSize
Field Value
Type Description
Byte
| Improve this Doc View Source

MessageId

Declaration
public uint MessageId
Field Value
Type Description
UInt32
| Improve this Doc View Source

TimeStamp

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