C# Class Netronics.Ant.QueenAnt.Network

Afficher le fichier Open project: shlee322/Netronics

Méthodes publiques

Свойство Type Description
Mask byte[]
Service1 string
Service1Id int
Service2 string
Service2Id int
Subnet byte[]

Méthodes publiques

Méthode Description
Check ( Ant ant ) : bool
Check ( byte address ) : bool
GetAddress ( Ant ant ) : IEnumerable
Network ( string service1, string service2, byte subnet, byte mask ) : System

Private Methods

Méthode Description
ByteArrayCompare ( byte array1, byte array2 ) : bool

Method Details

Check() public méthode

public Check ( Ant ant ) : bool
ant Ant
Résultat bool

Check() public méthode

public Check ( byte address ) : bool
address byte
Résultat bool

GetAddress() public méthode

public GetAddress ( Ant ant ) : IEnumerable
ant Ant
Résultat IEnumerable

Network() public méthode

public Network ( string service1, string service2, byte subnet, byte mask ) : System
service1 string
service2 string
subnet byte
mask byte
Résultat System

Property Details

Mask public_oe property

public byte[] Mask
Résultat byte[]

Service1 public_oe property

public string Service1
Résultat string

Service1Id public_oe property

public int Service1Id
Résultat int

Service2 public_oe property

public string Service2
Résultat string

Service2Id public_oe property

public int Service2Id
Résultat int

Subnet public_oe property

public byte[] Subnet
Résultat byte[]