You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Константы для получения информации с помощью функции GrdGetInfo. Информация о текущем сетевом ключе.

Синтаксис 

public class GrdGIR extends GrdInfo

Константы 

VerSrv
public static final GrdGIR VerSrv

Guardant Net server version

Значение константы: 0x5000

LocalIP
public static final GrdGIR LocalIP

Guardant Net local  IP

Значение константы: 0x5001

LocalPort
public static final GrdGIR LocalPort

Guardant Net local  IP port

Значение константы: 0x5002

LocalNB
public static final GrdGIR LocalNB

Guardant Net local  NetBIOS name

Значение константы: 0x5003

RemoteIP
public static final GrdGIR RemoteIP

Guardant Net remote IP

Значение константы: 0x5004

RemotePort
public static final GrdGIR RemotePort

Guardant Net remote IP port

Значение константы: 0x5005

RemoteNB
public static final GrdGIR RemoteNB

Guardant Net remote NetBIOS name

Значение константы: 0x5006

HeartBeatThread
public static final GrdGIR HeartBeatThread

Handle of internal heartbeat thread

Значение константы: 0x5007

IniTimeOutSend
public static final GrdGIR IniTimeOutSend

Send operation timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x5008

IniTimeOutReceive
public static final GrdGIR IniTimeOutReceive

Receive operation timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x5009

IniTimeOutSearch
public static final GrdGIR IniTimeOutSearch

Broadcasting search timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500A

IniClientUDPPort
public static final GrdGIR IniClientUDPPort

Client's UDP port for sending of datagrams to a server. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500B

IniServerUDPPort
public static final GrdGIR IniServerUDPPort

Server's UDP port for sending of replies to a client. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500C

IniBroadcastAddress
public static final GrdGIR IniBroadcastAddress

Broadcasting address . Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500D

IniFileName
public static final GrdGIR IniFileName

Initialization file name. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500E

LocalMACAddress
public static final GrdGIR LocalMACAddress

MAC address of the local network adapter. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x500F

FullHostName
public static final GrdGIR FullHostName

Full name of the local host. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x5010

IniServerIPName
public static final GrdGIR IniServerIPName

Server IP address or host name. Requires the API to be started up with GrdFMR_Remote flag.

Значение константы: 0x5011

 

  • No labels