Dart.Snmp Namespace > SnmpBase Class > Open Method : Open(IPEndPoint,Boolean) Method |
Public Overloads Sub Open( _ ByVal localEP As IPEndPoint, _ ByVal acceptBroadcast As Boolean _ )
Dim instance As SnmpBase Dim localEP As IPEndPoint Dim acceptBroadcast As Boolean instance.Open(localEP, acceptBroadcast)
public void Open( IPEndPoint localEP, bool acceptBroadcast )
public: void Open( IPEndPoint* localEP, bool acceptBroadcast )
public: void Open( IPEndPoint^ localEP, bool acceptBroadcast )
Open and Receive are used when the current thread should sleep while waiting for the next packet. This technique is typically used in scripting applications. Use Close to release resources.