The roFileSystem component sends the roFileSystemEvent with the following predicates that indicate its valid event types:


isStorageDeviceAdded() as Boolean

A storage device was inserted in the USB port.

GetMessage() as String

Returns volume name of added device.

isStorageDeviceRemoved()

A storage device was removed from the USB port.

GetMessage() as String

Returns volume name of removed device.