| 
            
              MessengerSet Method
             | 
          
        
        
            Sets a list of variable binds.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
SyntaxGSF.Net.Snmp.Messaging.Messenger.Set = function(version, endpoint, community, variables, timeout);
 View SourceParameters
- version  VersionCode
 - Protocol version.
 - endpoint  IPEndPoint
 - Endpoint.
 - community  OctetString
 - Community name.
 - variables  IListVariable
 - Variable binds.
 - timeout  Int32
 - The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.
 
Return Value
IListVariable
RemarksThis method supports SNMP v1 and v2c.
See Also