C# Класс Wombat.MamaMsg.NativeMethods

Показать файл Открыть проект

Приватные методы

Метод Описание
mamaDateTime_getEpochTimeMilliseconds ( ulong &dateTime, ulong &milliseconds ) : int
mamaDateTime_setEpochTimeMilliseconds ( ulong &dateTime, ulong milliseconds ) : int
mamaMsgIterator_associate ( IntPtr nativeHandle, IntPtr mamaMsgIterator ) : IntPtr
mamaMsgIterator_begin ( IntPtr mamaMsgIterator ) : IntPtr
mamaMsgIterator_end ( IntPtr mamaMsgIterator ) : IntPtr
mamaMsgType_stringForMsg ( IntPtr mamaMsg ) : IntPtr
mamaMsgType_stringForType ( int type ) : IntPtr
mamaMsgType_typeForMsg ( IntPtr mamaMsg ) : int
mamaMsg_addBool ( IntPtr mamaMsg, string name, ushort fid, bool val ) : int
mamaMsg_addChar ( IntPtr mamaMsg, string name, ushort fid, char val ) : int
mamaMsg_addDateTime ( IntPtr mamaMsg, string name, ushort fid, ulong &val ) : int
mamaMsg_addF32 ( IntPtr mamaMsg, string name, ushort fid, float val ) : int
mamaMsg_addF64 ( IntPtr mamaMsg, string name, ushort fid, double val ) : int
mamaMsg_addI16 ( IntPtr mamaMsg, string name, ushort fid, short val ) : int
mamaMsg_addI32 ( IntPtr mamaMsg, string name, ushort fid, int val ) : int
mamaMsg_addI64 ( IntPtr mamaMsg, string name, ushort fid, long val ) : int
mamaMsg_addI8 ( IntPtr mamaMsg, string name, ushort fid, sbyte val ) : int
mamaMsg_addMsg ( IntPtr mamaMsg, string name, ushort fid, IntPtr val ) : int
mamaMsg_addOpaque ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int size ) : int
mamaMsg_addPrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr val ) : int
mamaMsg_addString ( IntPtr mamaMsg, string name, ushort fid, string val ) : int
mamaMsg_addU16 ( IntPtr mamaMsg, string name, ushort fid, ushort val ) : int
mamaMsg_addU32 ( IntPtr mamaMsg, string name, ushort fid, uint val ) : int
mamaMsg_addU64 ( IntPtr mamaMsg, string name, ushort fid, ulong val ) : int
mamaMsg_addU8 ( IntPtr mamaMsg, string name, ushort fid, byte val ) : int
mamaMsg_addVectorBool ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorChar ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorDateTime ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorF32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorF64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorI16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorI32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorI64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorI8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorMsg ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorPrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorString ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorU16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorU32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorU64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_addVectorU8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_clear ( IntPtr mamaMsg ) : int
mamaMsg_copy ( IntPtr mamaMsgSrc, IntPtr &mamaMsgCopy ) : int
mamaMsg_create ( IntPtr &mamaMsg ) : int
mamaMsg_createForBridgeFromByteBuffer ( IntPtr &nativeHandle, IntPtr array, int size, IntPtr nativeBridgeHandle ) : int
mamaMsg_createForPayload ( IntPtr &mamaMsg, char id ) : int
mamaMsg_createForPayload ( IntPtr &mamaMsg, mamaPayloadType id ) : int
mamaMsg_createForPayloadBridge ( IntPtr &mamaMsg, IntPtr mamaPayloadBridge ) : int
mamaMsg_createFromByteBuffer ( IntPtr &nativeHandle, IntPtr array, int size ) : int
mamaMsg_destroy ( IntPtr mamaMsg ) : int
mamaMsg_detach ( IntPtr mamaMsg ) : int
mamaMsg_getBool ( IntPtr mamaMsg, string name, ushort fid, bool &result ) : int
mamaMsg_getByteBuffer ( IntPtr nativeHandle, IntPtr &array, int &size ) : int
mamaMsg_getByteSize ( IntPtr mamaMsg, int &size ) : int
mamaMsg_getChar ( IntPtr mamaMsg, string name, ushort fid, char &result ) : int
mamaMsg_getDateTime ( IntPtr mamaMsg, string name, ushort fid, ulong &result ) : int
mamaMsg_getDateTimeMSec ( IntPtr mamaMsg, string name, ushort fid, ulong &result ) : int
mamaMsg_getEntitleCode ( IntPtr mamaMsg, int &code ) : int
mamaMsg_getF32 ( IntPtr mamaMsg, string name, ushort fid, float &result ) : int
mamaMsg_getF64 ( IntPtr mamaMsg, string name, ushort fid, double &result ) : int
mamaMsg_getField ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result ) : int
mamaMsg_getFieldAsString ( IntPtr mamaMsg, string fieldName, ushort fid, StringBuilder buf, int length ) : int
mamaMsg_getI16 ( IntPtr mamaMsg, string name, ushort fid, short &result ) : int
mamaMsg_getI32 ( IntPtr mamaMsg, string name, ushort fid, int &result ) : int
mamaMsg_getI64 ( IntPtr mamaMsg, string name, ushort fid, long &result ) : int
mamaMsg_getI8 ( IntPtr mamaMsg, string name, ushort fid, sbyte &result ) : int
mamaMsg_getMsg ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result ) : int
mamaMsg_getNumFields ( IntPtr mamaMsg, int &numFields ) : int
mamaMsg_getOpaque ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &size ) : int
mamaMsg_getPayloadType ( IntPtr mamaMsg, mamaPayloadType &payload ) : int
mamaMsg_getPrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr result ) : int
mamaMsg_getSeqNum ( IntPtr mamaMsg, uint &seqNum ) : int
mamaMsg_getString ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result ) : int
mamaMsg_getU16 ( IntPtr mamaMsg, string name, ushort fid, ushort &result ) : int
mamaMsg_getU32 ( IntPtr mamaMsg, string name, ushort fid, uint &result ) : int
mamaMsg_getU64 ( IntPtr mamaMsg, string name, ushort fid, ulong &result ) : int
mamaMsg_getU8 ( IntPtr mamaMsg, string name, ushort fid, byte &result ) : int
mamaMsg_getVectorBool ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorChar ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorDateTime ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorF32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorF64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorI16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorI32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorI64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorI8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorMsg ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorPrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorString ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorU16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorU32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorU64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_getVectorU8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr &result, uint &resultLen ) : int
mamaMsg_isFromInbox ( IntPtr mamaMsg ) : int
mamaMsg_iterateFields ( IntPtr msg, CallbackForwarder callback, IntPtr dict, IntPtr closure ) : int
mamaMsg_toString ( IntPtr mamaMsg ) : IntPtr
mamaMsg_updateBool ( IntPtr mamaMsg, string name, ushort fid, bool val ) : int
mamaMsg_updateChar ( IntPtr mamaMsg, string name, ushort fid, char val ) : int
mamaMsg_updateDateTime ( IntPtr mamaMsg, string name, ushort fid, ulong &val ) : int
mamaMsg_updateF32 ( IntPtr mamaMsg, string name, ushort fid, float val ) : int
mamaMsg_updateF64 ( IntPtr mamaMsg, string name, ushort fid, double val ) : int
mamaMsg_updateI16 ( IntPtr mamaMsg, string name, ushort fid, short val ) : int
mamaMsg_updateI32 ( IntPtr mamaMsg, string name, ushort fid, int val ) : int
mamaMsg_updateI64 ( IntPtr mamaMsg, string name, ushort fid, long val ) : int
mamaMsg_updateI8 ( IntPtr mamaMsg, string name, ushort fid, sbyte val ) : int
mamaMsg_updateOpaque ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int size ) : int
mamaMsg_updatePrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr val ) : int
mamaMsg_updateString ( IntPtr mamaMsg, string name, ushort fid, string val ) : int
mamaMsg_updateU16 ( IntPtr mamaMsg, string name, ushort fid, ushort val ) : int
mamaMsg_updateU32 ( IntPtr mamaMsg, string name, ushort fid, uint val ) : int
mamaMsg_updateU64 ( IntPtr mamaMsg, string name, ushort fid, ulong val ) : int
mamaMsg_updateU8 ( IntPtr mamaMsg, string name, ushort fid, byte val ) : int
mamaMsg_updateVectorBool ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorChar ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorDateTime ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorF32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorF64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorI16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorI32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorI64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorI8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorMsg ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorPrice ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorString ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorU16 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorU32 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorU64 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaMsg_updateVectorU8 ( IntPtr mamaMsg, string name, ushort fid, IntPtr val, int numElements ) : int
mamaPrice_create ( IntPtr &nativeHandle ) : int
mamaPrice_destroy ( IntPtr nativeHandle ) : int
mamaStatus_stringForStatus ( int type ) : IntPtr