C# Class vortex.web.proto.EndpointInfo

Afficher le fichier Open project: PrismTech/vortex-web-csharp Class Usage Examples

Méthodes publiques

Свойство Type Description
did int
qos List
tn string

Méthodes publiques

Méthode Description
EndpointInfo ( int did, string tn, List qos ) : System

Method Details

EndpointInfo() public méthode

public EndpointInfo ( int did, string tn, List qos ) : System
did int
tn string
qos List
Résultat System

Property Details

did public_oe property

public int did
Résultat int

qos public_oe property

public List qos
Résultat List

tn public_oe property

public string tn
Résultat string