C# 클래스 Netronics.Ant.QueenAnt.Network

파일 보기 프로젝트 열기: shlee322/Netronics

공개 프로퍼티들

프로퍼티 타입 설명
Mask byte[]
Service1 string
Service1Id int
Service2 string
Service2Id int
Subnet byte[]

공개 메소드들

메소드 설명
Check ( Ant ant ) : bool
Check ( byte address ) : bool
GetAddress ( Ant ant ) : IEnumerable
Network ( string service1, string service2, byte subnet, byte mask ) : System

비공개 메소드들

메소드 설명
ByteArrayCompare ( byte array1, byte array2 ) : bool

메소드 상세

Check() 공개 메소드

public Check ( Ant ant ) : bool
ant Ant
리턴 bool

Check() 공개 메소드

public Check ( byte address ) : bool
address byte
리턴 bool

GetAddress() 공개 메소드

public GetAddress ( Ant ant ) : IEnumerable
ant Ant
리턴 IEnumerable

Network() 공개 메소드

public Network ( string service1, string service2, byte subnet, byte mask ) : System
service1 string
service2 string
subnet byte
mask byte
리턴 System

프로퍼티 상세

Mask 공개적으로 프로퍼티

public byte[] Mask
리턴 byte[]

Service1 공개적으로 프로퍼티

public string Service1
리턴 string

Service1Id 공개적으로 프로퍼티

public int Service1Id
리턴 int

Service2 공개적으로 프로퍼티

public string Service2
리턴 string

Service2Id 공개적으로 프로퍼티

public int Service2Id
리턴 int

Subnet 공개적으로 프로퍼티

public byte[] Subnet
리턴 byte[]