Private Property Get Iscsi_DriveChar(handle As String) As Variant
Iscsi_DriveChar = handle
End Property
Private Property Get ISCSI_DriveCount() As Integer
ISCSI_DriveCount = colDrives.Count
End Property
Private Property Get ISCSI_DriveHandle(index As Integer) As String
ISCSI_DriveHandle = colDrives(index)
End Property
Private Function ISCSI_ExecCMD(ByVal drive As String, cdb() As Byte, CDBLen As Byte, direction As DataDirection, ByVal buffer As Long, ByVal bufferlen As Long, Optional timeout As Integer = 5) As Status