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

Compare with Current View Page History

« Previous Version 3 Next »

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

Информация о текущем сетевом ключе.

Синтаксис 

public class GrdGIR : GrdInfo

Константы 

VerSrv
public static GrdGIR VerSrv

Версия Guardant Net server

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

LocalIP
public static GrdGIR LocalIP

Guardant Net локальный IP Адрес

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

LocalPort
public static GrdGIR LocalPort

Guardant Net локальный  IP порт

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

LocalNB
public static GrdGIR LocalNB

Guardant Net локальное имя NetBIOS

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

RemoteIP
public static GrdGIR RemoteIP

Guardant Net удаленный IP адрес

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

RemotePort
public static GrdGIR RemotePort

Guardant Net удаленный IP порт

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

RemoteNB
public static GrdGIR RemoteNB

Guardant Net удаленное имя NetBIOS

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

HeartBeatThread
public static GrdGIR HeartBeatThread

Handle of internal heartbeat thread

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

GrdGIR_IniTimeOutSend
public static GrdGIR GrdGIR_IniTimeOutSend

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

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

IniTimeOutReceive
public static GrdGIR IniTimeOutReceive

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

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

IniTimeOutSearch
public static GrdGIR IniTimeOutSearch

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

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

IniClientUDPPort
public static 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 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 GrdGIR IniBroadcastAddress

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

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

IniFileName
public static GrdGIR IniFileName

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

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

LocalMACAddress
public static GrdGIR LocalMACAddress

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

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

FullHostName
public static GrdGIR FullHostName

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

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

IniServerIPName
public static GrdGIR IniServerIPName

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

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

 

  • No labels