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

Show file Open project: RELOAD-NET/RELOAD.NET

Public Properties

Property Type Description
DestinationOverlay string

Protected Properties

Property Type Description
CodePoint Usage_Code_Point
args string[]
machine Machine
type int

Public Methods

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

Method Details

Request() public method

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

fire() public abstract method

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

Property Details

CodePoint protected property

protected Usage_Code_Point CodePoint
return Usage_Code_Point

DestinationOverlay public property

public string DestinationOverlay
return string

args protected property

protected string[] args
return string[]

machine protected property

protected Machine machine
return Machine

type protected property

protected int type
return int