A_CreateUSBPort method

int A_CreateUSBPort(
  1. int nPort
)

Implementation

int A_CreateUSBPort(
  int nPort,
) {
  return _A_CreateUSBPort(
    nPort,
  );
}