pub unsafe fn vexDevicePneumaticActuationStatusGet(
device: V5_DeviceT,
ac1: *mut u16,
ac2: *mut u16,
ac3: *mut u16,
ac4: *mut u16,
) -> u32
Expand description
ยงSafety
Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.