Module device

Source
Expand description

V5 Smart Devices

Structs§

V5_DeviceType

Constants§

V5_MAX_DEVICE_PORTS
The max number of internal port indicies that could theoretically exist in VEXos.

Functions§

vexDeviceButtonStateGet
Safety
vexDeviceGenericValueGet
Safety
vexDeviceGetByIndex
Get a handle to a device plugged into the specified port index.
vexDeviceGetStatus
Get a list of device types plugged into the brain.
vexDeviceGetTimestamp
Get the timestamp recorded by a device’s internal clock.
vexDevicesGet
Get a buffer of all devices on the brain.
vexDevicesGetNumber
Get the number of device ports currently present on this system.
vexDevicesGetNumberByType
Get the number of devices of a specific type plugged into the brain.

Type Aliases§

V5_Device
A device plugged into a smart port.
V5_DeviceT
Handle to an opaque V5_Device.