gclib 2.1.20
Galil Communications Library
All Classes Files Functions Variables Typedefs Macros Modules Pages
gclibjava.GclibJava.Gclibo Interface Reference

The JNA interface to the open source, gclibo library. More...

Inheritance diagram for gclibjava.GclibJava.Gclibo:

Public Member Functions

int GAddresses (byte[] response, int len)
 
int GArrayDownloadFile (Pointer g, String filePath)
 
int GArrayUploadFile (Pointer g, String filePath, String names)
 
int GAssign (String ip, String mac)
 
void GError (int rc, byte[] response, int len)
 
int GInfo (Pointer g, byte[] response, int len)
 
int GIpRequests (byte[] response, int len)
 
int GProgramDownloadFile (Pointer g, String filePath, String preprocessor)
 
int GProgramUploadFile (Pointer g, String filePath)
 
void GSleep (int timeout_ms)
 
int GTimeout (Pointer g, short timeout_ms)
 
int GVersion (byte[] response, int len)
 
int GSetServer (String server_name)
 
int GServerStatus (byte[] response, int len)
 
int GListServers (byte[] response, int len)
 
int GPublishServer (String server_name, int publish, int save)
 
int GRemoteConnections (byte[] response, int len)
 

Public Attributes

Gclibo INSTANCE
 
Gclibo SYNC_INSTANCE
 

Detailed Description

The JNA interface to the open source, gclibo library.

http://galil.com/sw/pub/all/doc/gclib/html/gclibo_8h.html

Definition at line 358 of file GclibJava.java.

Member Data Documentation

◆ INSTANCE

Gclibo gclibjava.GclibJava.Gclibo.INSTANCE
Initial value:
= (Gclibo)
Native.loadLibrary("gclibo",
Gclibo.class)

Definition at line 359 of file GclibJava.java.

◆ SYNC_INSTANCE

Gclibo gclibjava.GclibJava.Gclibo.SYNC_INSTANCE
Initial value:
= (Gclibo)
Native.synchronizedLibrary(INSTANCE)

Definition at line 367 of file GclibJava.java.


The documentation for this interface was generated from the following file: