Example #1
0
 public int RTJvOpen(String spec, String key)
 {
     return(JvIf1.JVRTOpen(spec, key));
 }
Example #2
0
 public void CloseJv()
 {
     JvIf1.JVClose();
 }
Example #3
0
 public void SkipJv()
 {
     JvIf1.JVSkip();
 }
Example #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));
 }
Example #5
0
 public int ReadJv(out String buff, out int buffSize, out String fName)
 {
     return(JvIf1.JVRead(out buff, out buffSize, out fName));
 }
Example #6
0
 public int InitJv()
 {
     return(JvIf1.JVInit("UNKNOWN"));
 }