WimoCommand overview

Public Constructors

WimoCommand  

Public Methods

Equals  (inherited from Object)  
FromBytes Creates a WimoCommand from an array of bytes. After a WimoCommand has been received as an array of bytes, use this method to convert it into a WimoCommand instance.
GetBytes Converts the WimoCommand to a byte array so that it can be transmitted.
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Public Properties

Args optional arguments for the command
ArgumentCount Number of arguments supplied in the command
ObjectType Type of network object that has been sent. This is part of the IWimoNetworkObject.
Type Type of the command

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

WimoCommand Class | Wimo.Common Namespace