Dart.Snmp Namespace > SnmpSocket Class : Receive Method |
Overload | Description |
---|---|
Receive(RequestMessage,IPEndPoint) | Reads and decodes the next SNMP message with matching StandardMessage.Id or Id. The IPEndPoint of the response must match the destination. |
Receive(Byte[],Int32,SocketFlags) | (Inherited from System.Net.Sockets.Socket) |
Receive(Byte[],SocketFlags) | (Inherited from System.Net.Sockets.Socket) |
Receive(Byte[]) | (Inherited from System.Net.Sockets.Socket) |
Receive(Byte[],Int32,Int32,SocketFlags) | (Inherited from System.Net.Sockets.Socket) |
Receive(Byte[],Int32,Int32,SocketFlags,SocketError) | (Inherited from System.Net.Sockets.Socket) |
Receive(IList{ArraySegment{Byte}}) | (Inherited from System.Net.Sockets.Socket) |
Receive(IList{ArraySegment{Byte}},SocketFlags) | (Inherited from System.Net.Sockets.Socket) |
Receive(IList{ArraySegment{Byte}},SocketFlags,SocketError) | (Inherited from System.Net.Sockets.Socket) |