C# Class TSystems.RELOAD.Extension.GatewayRequestHandler.Request

Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Свойство Type Description
DestinationOverlay string

Protected Properties

Свойство Type Description
CodePoint Usage_Code_Point
args string[]
machine Machine
type int

Méthodes publiques

Méthode Description
Request ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
fire ( string nameSpace, NodeId id ) : void

Method Details

Request() public méthode

public Request ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
machine Machine
codePoint Usage_Code_Point
type int
args string
Résultat System

fire() public abstract méthode

public abstract fire ( string nameSpace, NodeId id ) : void
nameSpace string
id TSystems.RELOAD.Utils.NodeId
Résultat void

Property Details

CodePoint protected_oe property

protected Usage_Code_Point CodePoint
Résultat Usage_Code_Point

DestinationOverlay public_oe property

public string DestinationOverlay
Résultat string

args protected_oe property

protected string[] args
Résultat string[]

machine protected_oe property

protected Machine machine
Résultat Machine

type protected_oe property

protected int type
Résultat int