public static int ConnectUsb() { if (Is64Bit()) { return(BXLAPI_x64.ConnectUsb()); } else { return(BXLAPI_x86.ConnectUsb()); } }