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

Compare with Current View Page History

« Previous Version 4 Next »

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


Пространство имен:    Guardant

Синтаксис

public class GrdGIR : GrdInfo

Константы

 

 GrdGIR содержит следующие имена и значения.

 

ИмяЗначениеОписание
VerSrv

0x5000

Версия Guardant Net server
LocalIP0x5001Guardant Net локальный IP Адрес
LocalPort0x5002Guardant Net локальный  IP порт
LocalNB0x5003Guardant Net локальное имя NetBIOS

RemoteIP

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

RemotePort

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

RemoteNB

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

HeartBeatThread

0x5007Handle of internal heartbeat thread
IniTimeOutSend0x5008Send operation timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.
IniTimeOutReceive0x5009Receive operation timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.
IniTimeOutSearch0x500ABroadcasting search timeout in seconds. Requires the API to be started up with GrdFMR_Remote flag.
IniClientUDPPort0x500BClient's UDP port for sending of datagrams to a server. Requires the API to be started up with GrdFMR_Remote flag.
IniServerUDPPort0x500CServer's UDP port for sending of replies to a client. Requires the API to be started up with GrdFMR_Remote flag.
IniBroadcastAddress0x500DBroadcasting address . Requires the API to be started up with GrdFMR_Remote flag.
IniFileName0x500EInitialization file name. Requires the API to be started up with GrdFMR_Remote flag.
LocalMACAddress0x500FMAC address of the local network adapter. Requires the API to be started up with GrdFMR_Remote flag.
FullHostName0x5010Full name of the local host. Requires the API to be started up with GrdFMR_Remote flag.
IniServerIPName0x5011Server IP address or host name. Requires the API to be started up with GrdFMR_Remote flag.

 

 

 

 

  • No labels