IP/UDP transport class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UdpTransport
Public Class UdpTransport
public ref class UdpTransport
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UdpTransport()()() |
Constructor. Initializes and binds the Socket class
| |
| Close()()() |
Dispose of the class. Call this function to close the socket.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsBusy |
Is class busy. This property is true when class is servicing another request, false if
ready to process a new request.
| |
| Request(IPAddress, Int32, array<Byte>[]()[], Int32, Int32, Int32) |
Make sync request using IP/UDP with request timeouts and retries.
| |
| ToString()()() | (Inherited from Object.) |