C# Класс Opc.Ua.Configuration.HostEnumerator

Enumerates the hosts available on the network.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HostEnumerator ( ) : System

Creates the object.

Start ( string domain ) : void

Starts enumerating the hosts.

Stop ( ) : void

Stops enumerating the hosts.

Приватные методы

Метод Описание
NetApiBufferFree ( IntPtr buffer ) : int
NetServerEnum ( IntPtr servername, uint level, IntPtr &bufptr, int prefmaxlen, int &entriesread, int &totalentries, uint servertype, [ domain, IntPtr resume_handle ) : int
OnEnumerate ( object state ) : void

Enumerates computers on the local network.

Описание методов

HostEnumerator() публичный Метод

Creates the object.
public HostEnumerator ( ) : System
Результат System

Start() публичный Метод

Starts enumerating the hosts.
public Start ( string domain ) : void
domain string
Результат void

Stop() публичный Метод

Stops enumerating the hosts.
public Stop ( ) : void
Результат void