toggle menu
Cuttlefish Documentation
androidJvm
switch theme
search in API
CuttlefishFTCBridge
/
com.roboctopi.cuttlefishftcbridge.devices
/
CuttleRevBulkData
Cuttle
Rev
Bulk
Data
open
class
CuttleRevBulkData
Members
Constructors
Cuttle
Rev
Bulk
Data
Link copied to clipboard
constructor
(
)
constructor
(
success
:
Boolean
)
Properties
success
Link copied to clipboard
open
var
success
:
Boolean
Functions
get
Analog
Input
Link copied to clipboard
open
fun
getAnalogInput
(
port
:
Int
)
:
Int
Get value of an Analog Input port
get
Digital
Input
Link copied to clipboard
open
fun
getDigitalInput
(
port
:
Int
)
:
Boolean
Get value of a Digital Input port
get
Encoder
Position
Link copied to clipboard
open
fun
getEncoderPosition
(
port
:
Int
)
:
Int
Get the position of an encoder
get
Encoder
Velocity
Link copied to clipboard
open
fun
getEncoderVelocity
(
port
:
Int
)
:
Int
update
Data
Link copied to clipboard
open
fun
updateData
(
response
:
LynxGetBulkInputDataResponse
)