port | Port number |
PDD_VIBERR_OK | Normal end | |
PDD_VIBERR_NO_VIBRATOR | Not connected | |
PDD_VIBERR_BUSY | Busy status |
The specified port numbers for the argument port are listed below.
PDD_PORT_A1 | Expansion socket 1 on port A |
PDD_PORT_A1 | Expansion socket 2 on port A |
PDD_PORT_B1 | Expansion socket 1 on port B |
PDD_PORT_B1 | Expansion socket 2 on port B |
PDD_PORT_C1 | Expansion socket 1 on port C |
PDD_PORT_C1 | Expansion socket 2 on port C |
PDD_PORT_D1 | Expansion socket 1 on port D |
PDD_PORT_D1 | Expansion socket 2 on port D |
if (pdVibMxStop(PDD_PORT_A2) == PDD_VIBERR_OK) { /* Success */ }