C# Class SharpMod.MessageHeader

Datei anzeigen 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_oe property

public MessageDestination Destination
return MessageDestination

Entity public_oe property

public IntPtr,System Entity
return System.IntPtr

FloatValue public_oe property

public IntPtr,System FloatValue
return System.IntPtr

MessageType public_oe property

public int MessageType
return int