C# Class SharpMod.MessageHeader

Show file Open project: txdv/sharpmod Class Usage Examples

Public Properties

Property Type Description
Destination MessageDestination
Entity System.IntPtr
FloatValue System.IntPtr
MessageType int

Public Methods

Method Description
MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System

Method Details

MessageHeader() public method

public MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System
destination MessageDestination
messageType int
floatValue System.IntPtr
entity System.IntPtr
return System

Property Details

Destination public property

public MessageDestination Destination
return MessageDestination

Entity public property

public IntPtr,System Entity
return System.IntPtr

FloatValue public property

public IntPtr,System FloatValue
return System.IntPtr

MessageType public property

public int MessageType
return int