C# 클래스 Opc.Ua.Configuration.HostEnumerator

Enumerates the hosts available on the network.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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