Lidgren Network Library documentation |
NetPeerConfiguration..::..EnableMessageType Method |
NetPeerConfiguration Class See Also Send Feedback |
Enables receiving of the specified type of message
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public void EnableMessageType( NetIncomingMessageType type ) |
Visual Basic |
---|
Public Sub EnableMessageType ( _ type As NetIncomingMessageType _ ) |
Visual C++ |
---|
public: void EnableMessageType( NetIncomingMessageType type ) |
Parameters
- type
- Type: Lidgren.Network..::..NetIncomingMessageType
[Missing <param name="type"/> documentation for "M:Lidgren.Network.NetPeerConfiguration.EnableMessageType(Lidgren.Network.NetIncomingMessageType)"]