Флаги для функции GrdLock

Синтаксис 

public class GrdLockMode

Константы 

public static final GrdLockMode Nothing

Блокируется только вызов GrdLock из другого потока, процесса или даже компьютера = new GrdLM(при работе в сети)

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

public static final GrdLockMode Init

Блокируются операции Init

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

public static final GrdLockMode Protect

Блокируются операции Protect

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

public static final GrdLockMode Transform

Блокируются операции Transform

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

public static final GrdLockMode Read

Блокируются операции Read

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

public static final GrdGIR RemotePort

Guardant Net remote IP port

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

public static final GrdGIR RemoteNB

Guardant Net remote NetBIOS name

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

public static final GrdGIR HeartBeatThread

Handle of internal heartbeat thread

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

public static final GrdGIR IniTimeOutSend

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

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

public static final GrdGIR IniTimeOutReceive

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

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

public static final GrdGIR IniTimeOutSearch

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

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

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

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

public static final GrdGIR IniBroadcastAddress

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

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

public static final GrdGIR IniFileName

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

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

public static final GrdGIR LocalMACAddress

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

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

public static final GrdGIR FullHostName

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

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

public static final GrdGIR IniServerIPName

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

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