|
Messenger.SetAsync Method
|
Sets a list of variable binds.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.249-beta
SyntaxGSF.Net.Snmp.Messaging.Messenger.SetAsync = function(version, endpoint, community, variables);
View SourceParameters
- version VersionCode
- Protocol version.
- endpoint IPEndPoint
- Endpoint.
- community OctetString
- Community name.
- variables IList<Variable>
- Variable binds.
Return Value
Task<IList<Variable>>
See Also