Expand description
V5 Smart Devices
Structs§
Constants§
- V5_
MAX_ DEVICE_ PORTS - The max number of internal port indicies that could theoretically exist in VEXos.
Functions§
- vexDevice
Button ⚠State Get - Safety
- vexDevice
Generic ⚠Value Get - Safety
- vexDevice
GetBy ⚠Index - Get a handle to a device plugged into the specified port index.
- vexDevice
GetStatus ⚠ - Get a list of device types plugged into the brain.
- vexDevice
GetTimestamp ⚠ - Get the timestamp recorded by a device’s internal clock.
- vexDevices
Get ⚠ - Get a buffer of all devices on the brain.
- vexDevices
GetNumber ⚠ - Get the number of device ports currently present on this system.
- vexDevices
GetNumber ⚠ByType - 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
.