Package com.revrobotics
Class CANSparkMaxFrames.FollowerOut
- java.lang.Object
-
- com.revrobotics.CANSparkMaxFrames.FollowerOut
-
- All Implemented Interfaces:
CANSparkMaxFrames.DataFrame
- Enclosing class:
- CANSparkMaxFrames
public static class CANSparkMaxFrames.FollowerOut extends java.lang.Object implements CANSparkMaxFrames.DataFrame
-
-
Field Summary
Fields Modifier and Type Field Description int
followerCfg
int
followerID
-
Constructor Summary
Constructors Constructor Description FollowerOut()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Deserialize(byte[] buf)
byte[]
Serialize()
-
-
-
Method Detail
-
Serialize
public byte[] Serialize()
- Specified by:
Serialize
in interfaceCANSparkMaxFrames.DataFrame
-
Deserialize
public void Deserialize(byte[] buf)
- Specified by:
Deserialize
in interfaceCANSparkMaxFrames.DataFrame
-
-