This is the complete list of members for SNetworkContext, including all inherited members.
| GetContext() | SNetworkContext | static |
| RetrieveInputArray(string key) | SNetworkContext | |
| RetrieveInputCircle(string key) | SNetworkContext | |
| RetrieveInputCloud(string key) | SNetworkContext | |
| RetrieveInputCylinder(string key) | SNetworkContext | |
| RetrieveInputDouble(string key) | SNetworkContext | |
| RetrieveInputInteger(string key) | SNetworkContext | |
| RetrieveInputMap(string key) | SNetworkContext | |
| RetrieveInputMatrix(string key) | SNetworkContext | |
| RetrieveInputMultiline(string key) | SNetworkContext | |
| RetrieveInputPoint(string key) | SNetworkContext | |
| RetrieveInputPoly(string key) | SNetworkContext | |
| RetrieveInputVector(string key) | SNetworkContext | |
| Return(number retVal) | SNetworkContext | |
| SendOutputArray(string key, Array array) | SNetworkContext | |
| SendOutputCircle(string key, SCircle circle) | SNetworkContext | |
| SendOutputCloud(string key, SCloud cloud) | SNetworkContext | |
| SendOutputCylinder(string key, SCylinder cylinder) | SNetworkContext | |
| SendOutputDouble(string key, number double) | SNetworkContext | |
| SendOutputInteger(string key, number integer) | SNetworkContext | |
| SendOutputMap(string key, Object map) | SNetworkContext | |
| SendOutputMatrix(string key, SMatrix matrix) | SNetworkContext | |
| SendOutputMultiline(string key, SMultiline multiline) | SNetworkContext | |
| SendOutputPoint(string key, SPoint point) | SNetworkContext | |
| SendOutputPoly(string key, SPoly poly) | SNetworkContext | |
| SendOutputVector(string key, SVector vector) | SNetworkContext | |