Functions | |
NIL | usb.mstick () |
Initialize USB connection accessing to the memory stick. More... | |
NIL | usb.umd () |
Initialize USB connection accessing to the UMD disc. More... | |
NIL | usb.flash0 () |
Initialize USB connection accessing to the flash0 (read-only mode). More... | |
NIL | usb.flash1 () |
Initialize USB connection accessing to the flash1 (read-only mode). More... | |
NIL | usb.flash2 () |
Initialize USB connection accessing to the flash2 (read-only mode). More... | |
NIL | usb.flash3 () |
Initialize USB connection accessing to the flash3 (read-only mode). More... | |
NIL | usb.stop () |
Stop USB connection. More... | |
BOOLEAN | usb.isconnected () |
Checks if the connection was successful (in other words, checks if PC have access to the console storage). More... | |
BOOLEAN | usb.isactive () |
Checks if connection still active. This function only checks if there was an attempt to activate the USB connection, but not checks if PC have access (for example, if we call to usb.mstick() without connecting the USB wire this function will return true, but usb.isconnected() will return false). More... | |
Manage USB connection.
NIL usb.mstick | ( | ) |
Initialize USB connection accessing to the memory stick.
NIL usb.umd | ( | ) |
Initialize USB connection accessing to the UMD disc.
NIL usb.flash0 | ( | ) |
Initialize USB connection accessing to the flash0 (read-only mode).
NIL usb.flash1 | ( | ) |
Initialize USB connection accessing to the flash1 (read-only mode).
NIL usb.flash2 | ( | ) |
Initialize USB connection accessing to the flash2 (read-only mode).
NIL usb.flash3 | ( | ) |
Initialize USB connection accessing to the flash3 (read-only mode).
NIL usb.stop | ( | ) |
Stop USB connection.
BOOLEAN usb.isconnected | ( | ) |
Checks if the connection was successful (in other words, checks if PC have access to the console storage).
BOOLEAN usb.isactive | ( | ) |
Checks if connection still active. This function only checks if there was an attempt to activate the USB connection, but not checks if PC have access (for example, if we call to usb.mstick() without connecting the USB wire this function will return true, but usb.isconnected() will return false).