Exemple #1
0
 public int RTJvOpen(String spec, String key)
 {
     return(JvIf1.JVRTOpen(spec, key));
 }
Exemple #2
0
 public void CloseJv()
 {
     JvIf1.JVClose();
 }
Exemple #3
0
 public void SkipJv()
 {
     JvIf1.JVSkip();
 }
Exemple #4
0
 public int OpenJv(String Data, String Time, int opKind, ref int ReadCount, ref int DownloadCount, out String LastTime)
 {
     return(JvIf1.JVOpen(Data, Time, opKind, ref ReadCount, ref DownloadCount, out LastTime));
 }
Exemple #5
0
 public int ReadJv(out String buff, out int buffSize, out String fName)
 {
     return(JvIf1.JVRead(out buff, out buffSize, out fName));
 }
Exemple #6
0
 public int InitJv()
 {
     return(JvIf1.JVInit("UNKNOWN"));
 }