C# Class SharpMod.MessageHeader

Afficher le fichier Open project: txdv/sharpmod Class Usage Examples

Méthodes publiques

Свойство Type Description
Destination MessageDestination
Entity System.IntPtr
FloatValue System.IntPtr
MessageType int

Méthodes publiques

Méthode Description
MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System

Method Details

MessageHeader() public méthode

public MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System
destination MessageDestination
messageType int
floatValue System.IntPtr
entity System.IntPtr
Résultat System

Property Details

Destination public_oe property

public MessageDestination Destination
Résultat MessageDestination

Entity public_oe property

public IntPtr,System Entity
Résultat System.IntPtr

FloatValue public_oe property

public IntPtr,System FloatValue
Résultat System.IntPtr

MessageType public_oe property

public int MessageType
Résultat int