|
ISnmpContextCopyRequest Method
|
Copies the request variable bindings to response.
Namespace: GSF.Net.Snmp.PipelineAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxvoid CopyRequest(
ErrorCode status,
int index
)
Sub CopyRequest (
status As ErrorCode,
index As Integer
)
void CopyRequest(
ErrorCode status,
int index
)
abstract CopyRequest :
status : ErrorCode *
index : int -> unit
function CopyRequest(status, index);
View SourceParameters
- status ErrorCode
- The status.
- index Int32
- The index.
See Also